interface ReplicationSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSMIncidents.ReplicationSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssmincidents#ReplicationSetReference |
Java | software.amazon.awscdk.interfaces.ssmincidents.ReplicationSetReference |
Python | aws_cdk.interfaces.aws_ssmincidents.ReplicationSetReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_ssmincidents } from 'aws-cdk-lib/interfaces';
const replicationSetReference: interfaces_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.

.NET
Go
Java
Python
TypeScript