public static interface CfnDistributionConfiguration.TargetContainerRepositoryProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; TargetContainerRepositoryProperty targetContainerRepositoryProperty = TargetContainerRepositoryProperty.builder() .repositoryName("repositoryName") .service("service") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder
|
static class |
CfnDistributionConfiguration.TargetContainerRepositoryProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.TargetContainerRepositoryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder |
builder() |
default java.lang.String |
getRepositoryName()
The name of the container repository where the output container image is stored.
|
default java.lang.String |
getService()
Specifies the service in which this image was registered.
|
default java.lang.String getRepositoryName()
This name is prefixed by the repository location.
default java.lang.String getService()