Outpost Config Response Args
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
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
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.