Class: Aws::DataSync::Types::CreateLocationS3Request

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

CreateLocationS3Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

If you’re using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the DataSync agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see [Deploy your DataSync agent on Outposts].

[1]: docs.aws.amazon.com/datasync/latest/userguide/deploy-agents.html#outposts-agent

Returns:

  • (Array<String>)


1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_arnString

The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.

Returns:

  • (String)


1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configTypes::S3Config

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to access an Amazon S3 bucket.

For detailed information about using such a role, see Creating a Location for Amazon S3 in the *DataSync User Guide*.

Returns:



1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#s3_storage_classString

The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.

For more information about S3 storage classes, see [Amazon S3 Storage Classes]. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see [Considerations when working with S3 storage classes in DataSync].

[1]: aws.amazon.com/s3/storage-classes/ [2]: docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes

Returns:

  • (String)


1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.

Returns:

  • (String)


1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::TagListEntry>

The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.

Returns:



1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/aws-sdk-datasync/types.rb', line 1108

class CreateLocationS3Request < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :s3_storage_class,
  :s3_config,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end