Interface CfnContainerRecipe.TargetContainerRepositoryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContainerRecipe.TargetContainerRepositoryProperty.Jsii$Proxy
- Enclosing class:
CfnContainerRecipe
@Stability(Stable)
public static interface CfnContainerRecipe.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
A builder forCfnContainerRecipe.TargetContainerRepositoryProperty
static final class
An implementation forCfnContainerRecipe.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
-