Class: Aws::DataSync::Types::CreateLocationAzureBlobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tierString

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.

Returns:

  • (String)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#agent_arnsArray<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.

Returns:

  • (Array<String>)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_typeString

Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).

Returns:

  • (String)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#blob_typeString

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.

Returns:

  • (String)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#container_urlString

Specifies the URL of the Azure Blob Storage container involved in your transfer.

Returns:

  • (String)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sas_configurationTypes::AzureBlobSasConfiguration

Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.



365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example, /my/images).

Returns:

  • (String)


365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::TagListEntry>

Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.

Returns:



365
366
367
368
369
370
371
372
373
374
375
376
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 365

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end