UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 581 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.17.0 🍺 * Do not edit manually. * Palette APIs - 4.8 * OpenAPI spec version: v1 */ /** * List of AWS Keys */ export type AwsKmsKeyEntity = { /** The twelve-digit account ID of the Amazon Web Services account that owns the KMS key */ awsAccountId?: string; /** Specifies whether the KMS key is enabled. */ enabled?: boolean; /** The globally unique identifier for the KMS key */ keyId?: string; }; //# sourceMappingURL=awsKmsKeyEntity.d.ts.map