Get Cluster Result
data class GetClusterResult(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
constructor(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)
Properties
Link copied to clipboard
Nested attribute containing certificate-authority-data
for your cluster.
Link copied to clipboard
The enabled control plane logs.
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
Nested list containing Kubernetes Network Configuration.
Link copied to clipboard
Contains Outpost Configuration.
Link copied to clipboard
Platform version for the cluster.
Link copied to clipboard
Nested list containing VPC configuration for the cluster.