Interface StorageTransferJobTransferSpecAzureBlobStorageDataSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobTransferSpecAzureBlobStorageDataSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.894Z") @Stability(Stable) public interface StorageTransferJobTransferSpecAzureBlobStorageDataSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobTransferSpecAzureBlobStorageDataSource.BuilderA builder forStorageTransferJobTransferSpecAzureBlobStorageDataSourcestatic classStorageTransferJobTransferSpecAzureBlobStorageDataSource.Jsii$ProxyAn implementation forStorageTransferJobTransferSpecAzureBlobStorageDataSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageTransferJobTransferSpecAzureBlobStorageDataSource.Builderbuilder()StorageTransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsgetAzureCredentials()azure_credentials block.StringgetContainer()The container to transfer from the Azure Storage account.default StringgetPath()Root path to transfer objects.StringgetStorageAccount()The name of the Azure Storage account.
-
-
-
Method Detail
-
getAzureCredentials
@Stability(Stable) @NotNull StorageTransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials getAzureCredentials()
azure_credentials block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#azure_credentials StorageTransferJob#azure_credentials}
-
getContainer
@Stability(Stable) @NotNull String getContainer()
The container to transfer from the Azure Storage account.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#container StorageTransferJob#container}
-
getStorageAccount
@Stability(Stable) @NotNull String getStorageAccount()
The name of the Azure Storage account.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#storage_account StorageTransferJob#storage_account}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Root path to transfer objects.Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#path StorageTransferJob#path}
-
builder
@Stability(Stable) static StorageTransferJobTransferSpecAzureBlobStorageDataSource.Builder builder()
-
-