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