ReplicationSetReference

class aws_cdk.interfaces.aws_ssmincidents.ReplicationSetReference(*, replication_set_arn)

Bases: object

A reference to a ReplicationSet resource.

Parameters:

replication_set_arn (str) – The Arn of the ReplicationSet resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_ssmincidents as interfaces_aws_ssmincidents

replication_set_reference = interfaces_aws_ssmincidents.ReplicationSetReference(
    replication_set_arn="replicationSetArn"
)

Attributes

replication_set_arn

The Arn of the ReplicationSet resource.