GalaxyCoreStack
@cdk-cosmos/core › Globals › GalaxyCoreStack
Hierarchy
↳ GalaxyCoreStack
Implements
- IConstruct
- IConstruct
- ITaggable
- IGalaxyCore
Index
Constructors
Properties
Methods
Constructors
constructor
+ new GalaxyCoreStack(cosmos
: ICosmosCore, id
: string, props?
: GalaxyCoreStackProps): GalaxyCoreStack
Overrides BaseStack.constructor
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:27
Parameters:
Name | Type |
---|---|
cosmos | ICosmosCore |
id | string |
props? | GalaxyCoreStackProps |
Returns: GalaxyCoreStack
Properties
Optional
Readonly
cdkCrossAccountRole
• cdkCrossAccountRole? : Role
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:26
Optional
Readonly
cdkCrossAccountRoleStaticArn
• cdkCrossAccountRoleStaticArn? : undefined | string
Implementation of IGalaxyCore.cdkCrossAccountRoleStaticArn
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:27
Readonly
config
• config: Config
Implementation of IGalaxyCore.config
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:24
Readonly
cosmos
• cosmos: ICosmosCore
Implementation of IGalaxyCore.cosmos
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:23
Readonly
sharedKey
• sharedKey: Key
Implementation of IGalaxyCore.sharedKey
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:25
Methods
Static
isGalaxyCore
▸ isGalaxyCore(x
: any): x is GalaxyCoreStack
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:61
Parameters:
Name | Type |
---|---|
x | any |
Returns: x is GalaxyCoreStack
Static
of
▸ of(construct
: IConstruct): GalaxyCoreStack
Overrides void
Defined in packages/@cdk-cosmos/core/src/galaxy/galaxy-core-stack.ts:65
Parameters:
Name | Type |
---|---|
construct | IConstruct |
Returns: GalaxyCoreStack