Package software.aws

Class PipelineStack

  • All Implemented Interfaces:
    software.amazon.awscdk.ITaggable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    public class PipelineStack
    extends software.amazon.awscdk.Stack
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.awscdk.Stack

        software.amazon.awscdk.Stack.Builder
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable

        software.amazon.awscdk.ITaggable.Jsii$Default, software.amazon.awscdk.ITaggable.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Constructor Description
      PipelineStack​(software.constructs.Construct scope, java.lang.String id, @Nullable software.amazon.awscdk.StackProps props)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.aws.awsprototypingsdk.pipeline.PDKPipeline getPipeline()  
      • Methods inherited from class software.amazon.awscdk.Stack

        addDependency, addDependency, addTransform, allocateLogicalId, exportValue, exportValue, formatArn, getAccount, getArtifactId, getAvailabilityZones, getDependencies, getEnvironment, getLogicalId, getNested, getNestedStackParent, getNestedStackResource, getNotificationArns, getPartition, getRegion, getStackId, getStackName, getSynthesizer, getTags, getTemplateFile, getTemplateOptions, getTerminationProtection, getUrlSuffix, isStack, of, regionalFact, regionalFact, renameLogicalId, reportMissingContextKey, resolve, splitArn, toJsonString, toJsonString
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • PipelineStack

        public PipelineStack​(software.constructs.Construct scope,
                             java.lang.String id,
                             @Nullable
                             @Nullable software.amazon.awscdk.StackProps props)
    • Method Detail

      • getPipeline

        public software.aws.awsprototypingsdk.pipeline.PDKPipeline getPipeline()