@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.937Z") @Stability(value=Stable) public interface ECRSourceOptions extends software.amazon.jsii.JsiiSerializable
Example:
IRepository repository;
CodePipelineSource.ecr(repository, ECRSourceOptions.builder()
.imageTag("latest")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
ECRSourceOptions.Builder
A builder for
ECRSourceOptions |
static class |
ECRSourceOptions.Jsii$Proxy
An implementation for
ECRSourceOptions |
| Modifier and Type | Method and Description |
|---|---|
static ECRSourceOptions.Builder |
builder() |
default String |
getActionName()
The action name used for this source in the CodePipeline.
|
default String |
getImageTag()
The image tag that will be checked for changes.
|
@Stability(value=Stable) @Nullable default String getActionName()
Default: - The repository name
@Stability(value=Stable) @Nullable default String getImageTag()
Default: latest
@Stability(value=Stable) static ECRSourceOptions.Builder builder()
ECRSourceOptions.Builder of ECRSourceOptionsCopyright © 2022. All rights reserved.