Get Cluster Result
    data class GetClusterResult(val accessConfigs: List<GetClusterAccessConfig>, val arn: String, val certificateAuthorities: List<GetClusterCertificateAuthority>, val clusterId: String, val createdAt: String, val enabledClusterLogTypes: List<String>, val endpoint: String, val id: String, val identities: List<GetClusterIdentity>, val kubernetesNetworkConfigs: List<GetClusterKubernetesNetworkConfig>, val name: String, val outpostConfigs: List<GetClusterOutpostConfig>, val platformVersion: String, val roleArn: String, val status: String, val tags: Map<String, String>, val version: String, val vpcConfig: GetClusterVpcConfig)
A collection of values returned by getCluster.
Constructors
Link copied to clipboard
                fun GetClusterResult(accessConfigs: List<GetClusterAccessConfig>, arn: String, certificateAuthorities: List<GetClusterCertificateAuthority>, clusterId: String, createdAt: String, enabledClusterLogTypes: List<String>, endpoint: String, id: String, identities: List<GetClusterIdentity>, kubernetesNetworkConfigs: List<GetClusterKubernetesNetworkConfig>, name: String, outpostConfigs: List<GetClusterOutpostConfig>, platformVersion: String, roleArn: String, status: String, tags: Map<String, String>, version: String, vpcConfig: GetClusterVpcConfig)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Nested attribute containing identity provider information for your cluster. Only available on Kubernetes version 1.13 and 1.14 clusters created or upgraded on or after September 3, 2019. For an example using this information to enable IAM Roles for Service Accounts, see the aws.eks.Cluster resource documentation.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard