ResourceDataSyncReference
- class aws_cdk.interfaces.aws_ssm.ResourceDataSyncReference(*, sync_name)
Bases:
objectA reference to a ResourceDataSync resource.
- Parameters:
sync_name (
str) – The SyncName of the ResourceDataSync 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_ssm as interfaces_aws_ssm resource_data_sync_reference = interfaces_aws_ssm.ResourceDataSyncReference( sync_name="syncName" )
Attributes
- sync_name
The SyncName of the ResourceDataSync resource.