--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ssm_resource_data_sync Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::SSM::ResourceDataSync --- # awscc_ssm_resource_data_sync (Resource) Resource Type definition for AWS::SSM::ResourceDataSync ## Schema ### Required - `sync_name` (String) ### Optional - `bucket_name` (String) - `bucket_prefix` (String) - `bucket_region` (String) - `kms_key_arn` (String) - `s3_destination` (Attributes) (see [below for nested schema](#nestedatt--s3_destination)) - `sync_format` (String) - `sync_source` (Attributes) (see [below for nested schema](#nestedatt--sync_source)) - `sync_type` (String) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `s3_destination` Optional: - `bucket_name` (String) - `bucket_prefix` (String) - `bucket_region` (String) - `kms_key_arn` (String) - `sync_format` (String) ### Nested Schema for `sync_source` Optional: - `aws_organizations_source` (Attributes) (see [below for nested schema](#nestedatt--sync_source--aws_organizations_source)) - `include_future_regions` (Boolean) - `source_regions` (List of String) - `source_type` (String) ### Nested Schema for `sync_source.aws_organizations_source` Optional: - `organization_source_type` (String) - `organizational_units` (List of String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ssm_resource_data_sync.example ```