Get Cluster Outpost Config
data class GetClusterOutpostConfig(val controlPlaneInstanceType: String, val controlPlanePlacements: List<GetClusterOutpostConfigControlPlanePlacement>, val outpostArns: List<String>)
Constructors
Link copied to clipboard
constructor(controlPlaneInstanceType: String, controlPlanePlacements: List<GetClusterOutpostConfigControlPlanePlacement>, outpostArns: List<String>)
Properties
Link copied to clipboard
The Amazon EC2 instance type for all Kubernetes 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 AWS Outpost.
Link copied to clipboard
List of ARNs of the Outposts hosting the EKS cluster. Only a single ARN is supported currently.