@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Interface EcrContainerImageProps

    Properties for creating an ECR container image.

    interface EcrContainerImageProps {
        ecrAccountId?: string;
        region?: string;
        repositoryName: string;
    }
    Index

    Properties

    ecrAccountId?: string

    AWS account ID where the ECR repository is hosted.

    '340458174631' (Production account)
    
    region?: string

    AWS region where the ECR repository is located.

    - Uses the stack's region
    
    repositoryName: string

    ECR repository name.