Class: Aws::DataSync::Types::UpdateLocationAzureBlobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::UpdateLocationAzureBlobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_tier ⇒ String
Specifies the access tier that you want your objects or files transferred into.
-
#agent_arns ⇒ Array<String>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.
-
#authentication_type ⇒ String
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
-
#blob_type ⇒ String
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
-
#location_arn ⇒ String
Specifies the ARN of the Azure Blob Storage transfer location that you’re updating.
-
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
-
#subdirectory ⇒ String
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example, ‘/my/images`).
Instance Attribute Details
#access_tier ⇒ String
Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see [Access tiers].
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#agent_arns ⇒ Array<String>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.
You can specify more than one agent. For more information, see [Using multiple agents for your transfer].
[1]: docs.aws.amazon.com/datasync/latest/userguide/multiple-agents.html
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#authentication_type ⇒ String
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#blob_type ⇒ String
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the [Azure Blob Storage documentation].
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
Specifies the ARN of the Azure Blob Storage transfer location that you’re updating.
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |
#subdirectory ⇒ String
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example, ‘/my/images`).
6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-datasync/types.rb', line 6147 class UpdateLocationAzureBlobRequest < Struct.new( :location_arn, :subdirectory, :authentication_type, :sas_configuration, :blob_type, :access_tier, :agent_arns) SENSITIVE = [] include Aws::Structure end |