You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ResourceDataSyncS3Destination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceDataSyncS3Destination as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_name: "ResourceDataSyncS3BucketName", # required
  prefix: "ResourceDataSyncS3Prefix",
  sync_format: "JsonSerDe", # required, accepts JsonSerDe
  region: "ResourceDataSyncS3Region", # required
  awskms_key_arn: "ResourceDataSyncAWSKMSKeyARN",
  destination_data_sharing: {
    destination_data_sharing_type: "ResourceDataSyncDestinationDataSharingType",
  },
}

Information about the target S3 bucket for the Resource Data Sync.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#awskms_key_arnString

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

Returns:

  • (String)

    The ARN of an encryption key for a destination in Amazon S3.

#bucket_nameString

The name of the S3 bucket where the aggregated data is stored.

Returns:

  • (String)

    The name of the S3 bucket where the aggregated data is stored.

#destination_data_sharingTypes::ResourceDataSyncDestinationDataSharing

Enables destination data sharing. By default, this field is null.

Returns:

#prefixString

An Amazon S3 prefix for the bucket.

Returns:

  • (String)

    An Amazon S3 prefix for the bucket.

#regionString

The AWS Region with the S3 bucket targeted by the Resource Data Sync.

Returns:

  • (String)

    The AWS Region with the S3 bucket targeted by the Resource Data Sync.

#sync_formatString

A supported sync format. The following format is currently supported: JsonSerDe

Possible values:

  • JsonSerDe

Returns:

  • (String)

    A supported sync format.