Cluster Outpost Config
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
fun ClusterOutpostConfig(controlPlaneInstanceType: String, controlPlanePlacement: ClusterControlPlanePlacement? = null, outpostArns: List<String>)