CosmosCoreStack
@cdk-cosmos/core › Globals › CosmosCoreStack
Hierarchy
↳ CosmosCoreStack
Implements
- IConstruct
- IConstruct
- ITaggable
- ICosmosCore
Index
Constructors
Properties
Methods
Constructors
constructor
+ new CosmosCoreStack(scope: Construct, id: string, props: CosmosCoreStackProps): CosmosCoreStack
Overrides BaseStack.constructor
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:31
Parameters:
| Name | Type |
|---|---|
scope | Construct |
id | string |
props | CosmosCoreStackProps |
Returns: CosmosCoreStack
Properties
Readonly cdkMasterRole
• cdkMasterRole: Role
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:29
Readonly cdkMasterRoleStaticArn
• cdkMasterRoleStaticArn: string
Implementation of ICosmosCore.cdkMasterRoleStaticArn
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:30
Readonly config
• config: Config
Implementation of ICosmosCore.config
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:26
Readonly crossAccountExportServiceToken
• crossAccountExportServiceToken: string
Implementation of ICosmosCore.crossAccountExportServiceToken
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:31
Readonly libVersion
• libVersion: string
Implementation of ICosmosCore.libVersion
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:27
Readonly rootZone
• rootZone: HostedZone
Implementation of ICosmosCore.rootZone
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:28
Methods
Static isCosmosCore
▸ isCosmosCore(x: any): x is CosmosCoreStack
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:82
Parameters:
| Name | Type |
|---|---|
x | any |
Returns: x is CosmosCoreStack
Static of
▸ of(construct: IConstruct): CosmosCoreStack
Overrides void
Defined in packages/@cdk-cosmos/core/src/cosmos/cosmos-core-stack.ts:86
Parameters:
| Name | Type |
|---|---|
construct | IConstruct |
Returns: CosmosCoreStack