Class: Aws::DataSync::Types::S3ManifestConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::S3ManifestConfig
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Specifies the S3 bucket where you're hosting the manifest that you want DataSync to use. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_access_role_arn ⇒ String
Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest.
-
#manifest_object_path ⇒ String
Specifies the Amazon S3 object key of your manifest.
-
#manifest_object_version_id ⇒ String
Specifies the object version ID of the manifest that you want DataSync to use.
-
#s3_bucket_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
Instance Attribute Details
#bucket_access_role_arn ⇒ String
Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4718 class S3ManifestConfig < Struct.new( :manifest_object_path, :bucket_access_role_arn, :s3_bucket_arn, :manifest_object_version_id) SENSITIVE = [] include Aws::Structure end |
#manifest_object_path ⇒ String
Specifies the Amazon S3 object key of your manifest. This can
include a prefix (for example, prefix/my-manifest.csv).
4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4718 class S3ManifestConfig < Struct.new( :manifest_object_path, :bucket_access_role_arn, :s3_bucket_arn, :manifest_object_version_id) SENSITIVE = [] include Aws::Structure end |
#manifest_object_version_id ⇒ String
Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4718 class S3ManifestConfig < Struct.new( :manifest_object_path, :bucket_access_role_arn, :s3_bucket_arn, :manifest_object_version_id) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4718 class S3ManifestConfig < Struct.new( :manifest_object_path, :bucket_access_role_arn, :s3_bucket_arn, :manifest_object_version_id) SENSITIVE = [] include Aws::Structure end |