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

    Interface ECRSourceOptions

    Options for ECR sources

    interface ECRSourceOptions {
        actionName?: string;
        imageTag?: string;
    }
    Index

    Properties

    actionName?: string

    The action name used for this source in the CodePipeline

    - The repository name
    
    imageTag?: string

    The image tag that will be checked for changes.

    latest