Cluster Outpost Config Args
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 control_plane_placement
configuration block supports the following arguments:
Link copied to clipboard
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.