@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:10.867Z") @Stability(value=Experimental) public interface EcrSourceVariables extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcrSourceVariables.Builder
A builder for
EcrSourceVariables |
static class |
EcrSourceVariables.Jsii$Proxy
An implementation for
EcrSourceVariables |
| Modifier and Type | Method and Description |
|---|---|
static EcrSourceVariables.Builder |
builder() |
String |
getImageDigest()
(experimental) The digest of the current image, in the form '
|
String |
getImageTag()
(experimental) The Docker tag of the current image.
|
String |
getImageUri()
(experimental) The full ECR Docker URI of the current image.
|
String |
getRegistryId()
(experimental) The identifier of the registry.
|
String |
getRepositoryName()
(experimental) The physical name of the repository that this action tracks.
|
@Stability(value=Experimental) @NotNull String getImageDigest()
@Stability(value=Experimental) @NotNull String getImageTag()
@Stability(value=Experimental) @NotNull String getImageUri()
@Stability(value=Experimental) @NotNull String getRegistryId()
In ECR, this is usually the ID of the AWS account owning it.
@Stability(value=Experimental) @NotNull String getRepositoryName()
@Stability(value=Experimental) static EcrSourceVariables.Builder builder()
EcrSourceVariables.Builder of EcrSourceVariablesCopyright © 2021. All rights reserved.