@Stability(value=Stable)
public static interface CfnDistributionConfiguration.TargetContainerRepositoryProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder
|
static class |
CfnDistributionConfiguration.TargetContainerRepositoryProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.TargetContainerRepositoryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder |
builder() |
default String |
getRepositoryName()
The name of the container repository where the output container image is stored.
|
default String |
getService()
Specifies the service in which this image was registered.
|
@Stability(value=Stable) @Nullable default String getRepositoryName()
This name is prefixed by the repository location.
@Stability(value=Stable) @Nullable default String getService()
@Stability(value=Stable) static CfnDistributionConfiguration.TargetContainerRepositoryProperty.Builder builder()
Copyright © 2022. All rights reserved.