Skip to content

cloudNativeGatewayKmsKeys

GetCloudNativeGatewayKmsKeys returns a map of the region to the KMS key ARN for gateway encryption.

Returns

GetCloudNativeGatewayKmsKeysReply!

Sample

query {
  cloudNativeGatewayKmsKeys
}
{}
{
  "data": {
    "cloudNativeGatewayKmsKeys": {
      "cloudNativeGatewayKmsKeyMap": {}
    }
  }
}