Get Location Azure Blob Result
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)
Properties
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
The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
Link copied to clipboard
The URL of the Azure Blob Location that was described.