@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface StackDeploymentProps

    Properties for a StackDeployment

    interface StackDeploymentProps {
        absoluteTemplatePath: string;
        account?: string;
        assets?: StackAsset[];
        assumeRoleArn?: string;
        constructPath: string;
        executionRoleArn?: string;
        region?: string;
        stackArtifactId: string;
        stackName: string;
        tags?: Record<string, string>;
        templateS3Uri?: string;
    }
    Index

    Properties

    absoluteTemplatePath: string

    Template path on disk to cloud assembly (cdk.out)

    account?: string

    Account where the stack should be deployed

    - Pipeline account
    
    assets?: StackAsset[]

    Assets referenced by this stack

    - No assets
    
    assumeRoleArn?: string

    Role to assume before deploying this stack

    - Don't assume any role
    
    constructPath: string

    Construct path for this stack

    executionRoleArn?: string

    Execution role to pass to CloudFormation

    - No execution role
    
    region?: string

    Region where the stack should be deployed

    - Pipeline region
    
    stackArtifactId: string

    Artifact ID for this stack

    stackName: string

    Name for this stack

    tags?: Record<string, string>

    Tags to apply to the stack

    - No tags
    
    templateS3Uri?: string

    The S3 URL which points to the template asset location in the publishing bucket.

    - Stack template is not published