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();