Cluster

class Cluster : KotlinCustomResource

An object representing an Amazon EKS cluster.

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard
val arn: Output<String>

The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.

Link copied to clipboard
val awsId: Output<String>

The unique ID given to your cluster.

Link copied to clipboard

Set this value to false to avoid creating the default networking add-ons when the cluster is created.

Link copied to clipboard

The certificate-authority-data for your cluster.

Link copied to clipboard

The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.

Link copied to clipboard

The encryption configuration for the cluster.

Link copied to clipboard

Amazon Resource Name (ARN) or alias of the customer master key (CMK).

Link copied to clipboard
val endpoint: Output<String>

The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The Kubernetes network configuration for the cluster.

Link copied to clipboard
val logging: Output<Logging>?

The logging configuration for your cluster.

Link copied to clipboard
val name: Output<String>?

The unique name to give to your cluster.

Link copied to clipboard

The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.

Link copied to clipboard

An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This object isn't available for clusters on the AWS cloud.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.

Link copied to clipboard
val roleArn: Output<String>

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.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard

This value indicates if extended support is enabled or disabled for the cluster. Learn more about EKS Extended Support in the EKS User Guide.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>?

The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.

Link copied to clipboard