@Stability(value=Stable)
public static interface CfnReplicationConfiguration.ReplicationDestinationProperty
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.ecr.*;
ReplicationDestinationProperty replicationDestinationProperty = ReplicationDestinationProperty.builder()
.region("region")
.registryId("registryId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationConfiguration.ReplicationDestinationProperty.Builder
|
static class |
CfnReplicationConfiguration.ReplicationDestinationProperty.Jsii$Proxy
An implementation for
CfnReplicationConfiguration.ReplicationDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationConfiguration.ReplicationDestinationProperty.Builder |
builder() |
String |
getRegion()
The Region to replicate to.
|
String |
getRegistryId()
The AWS account ID of the Amazon ECR private registry to replicate to.
|
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @NotNull String getRegistryId()
When configuring cross-Region replication within your own registry, specify your own account ID.
@Stability(value=Stable) static CfnReplicationConfiguration.ReplicationDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.