interface ReplicationConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECR.ReplicationConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#ReplicationConfigurationReference |
Java | software.amazon.awscdk.services.ecr.ReplicationConfigurationReference |
Python | aws_cdk.aws_ecr.ReplicationConfigurationReference |
TypeScript | aws-cdk-lib » aws_ecr » ReplicationConfigurationReference |
A reference to a ReplicationConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecr as ecr } from 'aws-cdk-lib';
const replicationConfigurationReference: ecr.ReplicationConfigurationReference = {
registryId: 'registryId',
};
Properties
| Name | Type | Description |
|---|---|---|
| registry | string | The RegistryId of the ReplicationConfiguration resource. |
registryId
Type:
string
The RegistryId of the ReplicationConfiguration resource.

.NET
Go
Java
Python
TypeScript