/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * 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