メインコンテンツまでスキップ

AWSEKSClusterOutpostConfiguration

No description

type AWSEKSClusterOutpostConfiguration {
controlPlaneInstanceType: String!
outpostArns: [String!]!
controlPlanePlacement: AWSEKSClusterControlPlanePlacement
}

Fields

AWSEKSClusterOutpostConfiguration.controlPlaneInstanceType ● String! non-null scalar

The Amazon EC2 instance type used for the control plane

AWSEKSClusterOutpostConfiguration.outpostArns ● [String!]! non-null scalar

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

AWSEKSClusterOutpostConfiguration.controlPlanePlacement ● AWSEKSClusterControlPlanePlacement object

An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost

Member of

AWSEKSCluster object