palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
20 lines • 829 B
TypeScript
/**
* 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
*/
/**
* Allowed Values [secret, sts, pod-identity]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account. Pod Identity type will be used for EKS Pod Identity authentication with roleArn as the target account.
*/
export type AwsCloudAccountCredentialType = typeof AwsCloudAccountCredentialType[keyof typeof AwsCloudAccountCredentialType];
export declare const AwsCloudAccountCredentialType: {
readonly secret: "secret";
readonly sts: "sts";
readonly 'pod-identity': "pod-identity";
};
//# sourceMappingURL=awsCloudAccountCredentialType.d.ts.map