Interface CfnContainerRecipePropsMixin.TargetContainerRepositoryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContainerRecipePropsMixin.TargetContainerRepositoryProperty.Jsii$Proxy
- Enclosing class:
CfnContainerRecipePropsMixin
@Stability(Stable)
public static interface CfnContainerRecipePropsMixin.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.cfnpropertymixins.services.imagebuilder.*;
TargetContainerRepositoryProperty targetContainerRepositoryProperty = TargetContainerRepositoryProperty.builder()
.repositoryName("repositoryName")
.service("service")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnContainerRecipePropsMixin.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. For example,
<repository location url>/repository_name.Returns union: either
StringorIRepositoryRef- See Also:
-
getService
Specifies the service in which this image was registered.- See Also:
-
builder
@Stability(Stable) static CfnContainerRecipePropsMixin.TargetContainerRepositoryProperty.Builder builder()
-