AWSEKSClusterConnectorConfiguration
No description
type AWSEKSClusterConnectorConfiguration {
activationCode: String!
activationExpiredAt: DateTime
activationId: String!
provider: String!
roleArn: String!
}
Fields
AWSEKSClusterConnectorConfiguration.activationCode
● String!
non-null scalar
A unique code associated with the cluster for registration purposes
AWSEKSClusterConnectorConfiguration.activationExpiredAt
● DateTime
scalar
The expiration time of the connected cluster
AWSEKSClusterConnectorConfiguration.activationId
● String!
non-null scalar
The configuration used to connect to a cluster
AWSEKSClusterConnectorConfiguration.provider
● String!
non-null scalar
The cluster's cloud service provider
AWSEKSClusterConnectorConfiguration.roleArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster
Member of
AWSEKSCluster
object