GetLocationAzureBlobResult

data class GetLocationAzureBlobResult(val agentArns: List<String>? = null, val azureAccessTier: LocationAzureBlobAzureAccessTier? = null, val azureBlobAuthenticationType: LocationAzureBlobAzureBlobAuthenticationType? = null, val azureBlobType: LocationAzureBlobAzureBlobType? = null, val locationArn: String? = null, val locationUri: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(agentArns: List<String>? = null, azureAccessTier: LocationAzureBlobAzureAccessTier? = null, azureBlobAuthenticationType: LocationAzureBlobAzureBlobAuthenticationType? = null, azureBlobType: LocationAzureBlobAzureBlobType? = null, locationArn: String? = null, locationUri: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentArns: List<String>? = null

The Amazon Resource Names (ARNs) of agents to use for an Azure Blob Location.

Link copied to clipboard

Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.

Link copied to clipboard

The specific authentication type that you want DataSync to use to access your Azure Blob Container.

Link copied to clipboard

Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the Azure Blob Location that is created.

Link copied to clipboard
val locationUri: String? = null

The URL of the Azure Blob Location that was described.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.