CdkDeployAction

@cosmos-building-blocks/pipelineGlobalsCdkDeployAction

Hierarchy

  • CodeBuildAction

    CdkDeployAction

Implements

  • IAction

Index

Constructors

Properties

Methods

Constructors

constructor

+ new CdkDeployAction(props: CdkDeployActionProps): CdkDeployAction

Overrides void

Defined in packages/@cosmos-building-blocks/pipeline/src/pipeline/cdk-pipeline.ts:301

Parameters:

NameType
propsCdkDeployActionProps

Returns: CdkDeployAction

Properties

_props

_props: CdkDeployActionProps

Defined in packages/@cosmos-building-blocks/pipeline/src/pipeline/cdk-pipeline.ts:301

Methods

Static isCdkDeployAction

isCdkDeployAction(x: any): x is CdkDeployAction

Defined in packages/@cosmos-building-blocks/pipeline/src/pipeline/cdk-pipeline.ts:333

Parameters:

NameType
xany

Returns: x is CdkDeployAction