ClusterOutpostConfigArgs

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

Constructors

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

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

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.

Functions

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