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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An 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.
- See Also:
-
getService
Specifies the service in which this image was registered.- See Also:
-
builder
@Stability(Stable) static CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder builder()
-