palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
26 lines • 803 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
*/
/**
* IamRolesAnywhere specifies the IAM Roles Anywhere configuration for the AWS/EKS cluster
*/
export type IamRolesAnywhere = {
/** ProfileARN specifies the IAM profile ARN */
profileArn?: string;
/** RoleARN specifies the IAM role ARN to use */
roleArn?: string;
/** RootCACertificate specifies the root CA certificate */
rootCaCertificate?: string;
/** RootCAPrivateKey specifies the root CA private key */
rootCaPrivateKey?: string;
/** TrustAnchorARN specifies the trust anchor ARN */
trustAnchorArn?: string;
};
//# sourceMappingURL=iamRolesAnywhere.d.ts.map