INPUT_OBJECT
AzureCmkInput
Description
Information about the customer-managed key and key vault for a region.
link GraphQL Schema definition
- input AzureCmkInput {
- # Name of the customer-managed key.
- : String
- # Name of the key vault.
- : String
- # Region of the key vault.
- : AzureRegion
- }