Class GetClusterResult
Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterResult
Fields
View Source
Arn
The Amazon Resource Name (ARN) of the cluster.
Declaration
public readonly string Arn
Field Value
| Type |
Description |
| System.String |
|
View Source
CertificateAuthority
Nested attribute containing certificate-authority-data for your cluster.
Declaration
public readonly GetClusterCertificateAuthorityResult CertificateAuthority
Field Value
View Source
CreatedAt
The Unix epoch time stamp in seconds for when the cluster was created.
Declaration
public readonly string CreatedAt
Field Value
| Type |
Description |
| System.String |
|
View Source
EnabledClusterLogTypes
The enabled control plane logs.
Declaration
public readonly ImmutableArray<string> EnabledClusterLogTypes
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Endpoint
The endpoint for your Kubernetes API server.
Declaration
public readonly string Endpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Identities
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.
Declaration
public readonly ImmutableArray<GetClusterIdentityResult> Identities
Field Value
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
The platform version for the cluster.
Declaration
public readonly string PlatformVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
RoleArn
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.
Declaration
public readonly string RoleArn
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
The status of the EKS cluster. One of CREATING, ACTIVE, DELETING, FAILED.
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
Key-value map of resource tags.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
Version
The Kubernetes server version for the cluster.
Declaration
public readonly string Version
Field Value
| Type |
Description |
| System.String |
|
View Source
VpcConfig
Nested list containing VPC configuration for the cluster.
Declaration
public readonly GetClusterVpcConfigResult VpcConfig
Field Value