Interface CfnDistributionConfiguration.TargetContainerRepositoryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionConfiguration.TargetContainerRepositoryProperty.Jsii$Proxy
- Enclosing class:
- CfnDistributionConfiguration
@Stability(Stable)
public static interface CfnDistributionConfiguration.TargetContainerRepositoryProperty
extends software.amazon.jsii.JsiiSerializable
The container repository where the output container image is stored.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDistributionConfiguration.TargetContainerRepositoryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRepositoryName
The name of the container repository where the output container image is stored.This name is prefixed by the repository location.
-
getService
Specifies the service in which this image was registered. -
builder
@Stability(Stable) static CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder builder()
-