ClusterOutpostConfigArgs

data class ClusterOutpostConfigArgs(val controlPlaneInstanceType: Output<String>, val controlPlanePlacement: Output<ClusterControlPlanePlacementArgs>? = null, val outpostArns: Output<List<String>>) : ConvertibleToJava<ClusterOutpostConfigArgs>

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

Constructors

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

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
val outpostArns: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterOutpostConfigArgs