ReplicationSetReference

class aws_cdk.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 import aws_ssmincidents as ssmincidents

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

Attributes

replication_set_arn

The Arn of the ReplicationSet resource.