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.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
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, 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 Details
-
InfrastructureStack
-
InfrastructureStack
public InfrastructureStack(software.constructs.Construct scope, String id, software.amazon.awscdk.StackProps props)
-