Interface CfnLocationAzureBlob.AzureBlobSasConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocationAzureBlob.AzureBlobSasConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnLocationAzureBlob

@Stability(Stable) public static interface CfnLocationAzureBlob.AzureBlobSasConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The shared access signature (SAS) configuration that allows AWS DataSync to access your Microsoft Azure Blob Storage.

For more information, see SAS tokens for accessing your Azure Blob Storage.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 AzureBlobSasConfigurationProperty azureBlobSasConfigurationProperty = AzureBlobSasConfigurationProperty.builder()
         .azureBlobSasToken("azureBlobSasToken")
         .build();
 

See Also: