UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 744 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 */ import type { AwsPartition } from './awsPartition'; /** * AWS cloud account sts */ export type AwsAccountSts = { /** A 12-digit number, such as 123456789012, that uniquely identifies an AWS account */ accountId?: string; /** It can be passed to the AssumeRole API of the STS. It can be used in the condition element in a role's trust policy, allowing the role to be assumed only when a certain value is present in the external ID */ externalId?: string; partition?: AwsPartition; }; //# sourceMappingURL=awsAccountSts.d.ts.map