INPUT_OBJECT

AzureEsConfigInput

Description

ES storage for Azure account.

link GraphQL Schema definition

  • input AzureEsConfigInput {
  • # Storage name in Azure.
  • storageAccount: String
  • # Storage resource group in Azure.
  • resourceGroup: String
  • # Secret key for container.
  • storageSecret: String
  • # Storage container name in Azure.
  • containerName: String
  • # Should create a new container or not?
  • shouldCreateContainer: Boolean
  • # Specifies whether to enable support for immutable filesystem in SDFS.
  • enableImmutability: Boolean
  • # Azure managed identity information.
  • managedIdentity: AzureManagedIdentityName
  • }