interface ReplicationSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMIncidents.ReplicationSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#ReplicationSetReference |
![]() | software.amazon.awscdk.services.ssmincidents.ReplicationSetReference |
![]() | aws_cdk.aws_ssmincidents.ReplicationSetReference |
![]() | aws-cdk-lib » aws_ssmincidents » ReplicationSetReference |
A reference to a ReplicationSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const replicationSetReference: ssmincidents.ReplicationSetReference = {
replicationSetArn: 'replicationSetArn',
};
Properties
Name | Type | Description |
---|---|---|
replication | string | The Arn of the ReplicationSet resource. |
replicationSetArn
Type:
string
The Arn of the ReplicationSet resource.