Class InfrastructureStack
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Stack
io.awspring.cloud.samples.infrastructure.InfrastructureStack
- All Implemented Interfaces:
software.amazon.awscdk.ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
public class InfrastructureStack
extends software.amazon.awscdk.Stack
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awscdk.Stack
software.amazon.awscdk.Stack.BuilderNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
software.amazon.awscdk.ITaggable.Jsii$Default, software.amazon.awscdk.ITaggable.Jsii$Proxy -
Constructor Summary
ConstructorsConstructorDescriptionInfrastructureStack(software.constructs.Construct scope, String id) InfrastructureStack(software.constructs.Construct scope, String id, software.amazon.awscdk.StackProps props) -
Method Summary
Methods inherited from class software.amazon.awscdk.Stack
addDependency, addDependency, addTransform, allocateLogicalId, exportValue, exportValue, formatArn, getAccount, getArtifactId, getAvailabilityZones, getBundlingRequired, 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, toJsonStringMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
InfrastructureStack
-
InfrastructureStack
public InfrastructureStack(software.constructs.Construct scope, String id, software.amazon.awscdk.StackProps props)
-