INPUT_OBJECT
AzureEsConfigInput
Description
ES storage for Azure account.
link GraphQL Schema definition
- input AzureEsConfigInput {
- # Storage name in Azure.
- String :
- # Storage resource group in Azure.
- String :
- # Secret key for container.
- String :
- # Storage container name in Azure.
- String :
- # Should create a new container or not?
- Boolean :
- # Specifies whether to enable support for immutable filesystem in SDFS.
- Boolean :
- # Azure managed identity information.
- AzureManagedIdentityName :
- }