Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedStack ¶ added in v1.0.2
type ExtendedStack struct {
awscdk.Stack
}
func NewExtendedStack ¶
func NewExtendedStack( scope constructs.Construct, id *string, props *ExtendedStackProps) ExtendedStack
func (ExtendedStack) GetName ¶ added in v1.0.2
func (s ExtendedStack) GetName() *string
type ExtendedStackProps ¶
type ExtendedStackProps struct { awscdk.StackProps Semver semver.Version }
ExtendedStack is a stack that adds some additional functionality to the standard stack
Click to show internal directories.
Click to hide internal directories.