Skip to content

setCloudNativeGatewayKmsKeys

SetCloudNativeGatewayKmsKeys sets the map of the region to the KMS key ARN for gateway encryption.

Arguments

Argument Type Description
input (required) SetCloudNativeGatewayKmsKeysInput! Input for setting gateway KMS keys.

Returns

Void

Sample

mutation SetCloudNativeGatewayKmsKeys($input: SetCloudNativeGatewayKmsKeysInput!) {
  setCloudNativeGatewayKmsKeys(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "setCloudNativeGatewayKmsKeys": "example-string"
  }
}