Class: Aws::SSM::Types::ResourceDataSyncS3Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncS3Destination
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about the target S3 bucket for the resource data sync.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#awskms_key_arn ⇒ String
The ARN of an encryption key for a destination in Amazon S3.
-
#bucket_name ⇒ String
The name of the S3 bucket where the aggregated data is stored.
-
#destination_data_sharing ⇒ Types::ResourceDataSyncDestinationDataSharing
Enables destination data sharing.
-
#prefix ⇒ String
An Amazon S3 prefix for the bucket.
-
#region ⇒ String
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
-
#sync_format ⇒ String
A supported sync format.
Instance Attribute Details
#awskms_key_arn ⇒ String
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |
#bucket_name ⇒ String
The name of the S3 bucket where the aggregated data is stored.
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |
#destination_data_sharing ⇒ Types::ResourceDataSyncDestinationDataSharing
Enables destination data sharing. By default, this field is ‘null`.
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
An Amazon S3 prefix for the bucket.
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |
#sync_format ⇒ String
A supported sync format. The following format is currently supported: JsonSerDe
16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 |
# File 'lib/aws-sdk-ssm/types.rb', line 16410 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |