Values.DescribeLocationAzureBlobResponseSourceProvides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
type nonrec t = {locationArn : LocationArn.t option;The ARN of your Azure Blob Storage transfer location.
*)locationUri : LocationUri.t option;The URL of the Azure Blob Storage container involved in your transfer.
*)authenticationType : AzureBlobAuthenticationType.t option;The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
*)blobType : AzureBlobType.t option;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.
*)accessTier : AzureAccessTier.t option;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.
*)agentArns : AgentArnList.t option;The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
*)creationTime : Time.t option;The time that your Azure Blob Storage transfer location was created.
*)managedSecretConfig : ManagedSecretConfig.t option;Describes configuration information for a DataSync-managed secret, such as an authentication token that DataSync uses to access a specific storage location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager.
*)cmkSecretConfig : CmkSecretConfig.t option;Describes configuration information for a DataSync-managed secret, such as an authentication token that DataSync uses to access a specific storage location, with a customer-managed KMS key.
*)customSecretConfig : CustomSecretConfig.t option;Describes configuration information for a customer-managed secret, such as an authentication token that DataSync uses to access a specific storage location, with a customer-managed Identity and Access Management (IAM) role that provides access to the secret.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AgentArn.t ] list
| `String of LocationArn.t
| `Structure of (string * [> `String of SecretArn.t ]) list
| `Timestamp of Time.t ])
list ]