ClusterOutpostConfig

data class ClusterOutpostConfig(val controlPlaneInstanceType: String, val controlPlanePlacement: ClusterOutpostConfigControlPlanePlacement? = null, val outpostArns: List<String>)

Constructors

Link copied to clipboard
constructor(controlPlaneInstanceType: String, controlPlanePlacement: ClusterOutpostConfigControlPlanePlacement? = null, outpostArns: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have:

Link copied to clipboard

An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on AWS Outpost. The following arguments are supported in the control_plane_placement configuration block:

Link copied to clipboard

The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. This argument is a list of arns, but only a single Outpost ARN is supported currently.