Options for ECR sources

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

Properties

actionName?: string

The action name used for this source in the CodePipeline

Default

- The repository name
imageTag?: string

The image tag that will be checked for changes.

Default

latest

Generated using TypeDoc