interface ReplicationConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECR.ReplicationConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#ReplicationConfigurationReference |
![]() | software.amazon.awscdk.services.ecr.ReplicationConfigurationReference |
![]() | aws_cdk.aws_ecr.ReplicationConfigurationReference |
![]() | 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.