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