CloudKitect Stack Component Properties

interface CcStackProps {
    ccRemovalPolicyOverride?: RemovalPolicy;
    ckAccountType: CkAccountType;
    ckApplication: string;
    ckCompany: string;
    ckDataClassification: CkDataClassification;
    ckPrefix?: string;
}

Hierarchy

  • StackProps
    • CcStackProps

Properties

ccRemovalPolicyOverride?: RemovalPolicy

Removal policy override, if specified removal policy decision will not be environment agnostic

Default

RemovalPolicy.RETAIN
ckAccountType: CkAccountType

AccountType where the stack will be deployed.

ckApplication: string

Name of the application deployed by the stack

ckCompany: string

Company the application is associated with

ckDataClassification: CkDataClassification

Data classification

ckPrefix?: string

Any prefix for the stack name to avoid conflicts.

Default Value

empty

Generated using TypeDoc