ClusterOutpostConfig

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

An object representing the Outpost configuration to use for AWS EKS outpost cluster.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the Instance type of the machines that should be used to create your cluster.

Link copied to clipboard

Specify the placement group of the control plane machines for your cluster.

Link copied to clipboard

Specify one or more Arn(s) of Outpost(s) on which you would like to create your cluster.