CosmosCoreStack

@cdk-cosmos/coreGlobalsCosmosCoreStack

Hierarchy

BaseStack

CosmosCoreStack

Implements

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:

NameType
scopeConstruct
idstring
propsCosmosCoreStackProps

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:

NameType
xany

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:

NameType
constructIConstruct

Returns: CosmosCoreStack