OutpostConfigResponseArgs

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

Definition of OutpostConfigResponse

Constructors

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

Properties

Link copied to clipboard
val controlPlaneInstanceType: Output<String>? = null

The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.

Link copied to clipboard

An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

Link copied to clipboard
val outpostArns: Output<List<String>>? = null

The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

Functions

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