|
211 | 211 | "refs": { |
212 | 212 | } |
213 | 213 | }, |
| 214 | + "EncryptionConfig": { |
| 215 | + "base": "<p>The encryption configuration for the cluster.</p>", |
| 216 | + "refs": { |
| 217 | + "EncryptionConfigList$member": null |
| 218 | + } |
| 219 | + }, |
| 220 | + "EncryptionConfigList": { |
| 221 | + "base": null, |
| 222 | + "refs": { |
| 223 | + "Cluster$encryptionConfig": "<p>The encryption configuration for the cluster.</p>", |
| 224 | + "CreateClusterRequest$encryptionConfig": "<p>The encryption configuration for the cluster.</p>" |
| 225 | + } |
| 226 | + }, |
214 | 227 | "ErrorCode": { |
215 | 228 | "base": null, |
216 | 229 | "refs": { |
|
447 | 460 | "Identity$oidc": "<p>The <a href=\"https://openid.net/connect/\">OpenID Connect</a> identity provider information for the cluster.</p>" |
448 | 461 | } |
449 | 462 | }, |
| 463 | + "Provider": { |
| 464 | + "base": "<p>Identifies the AWS Key Management Service (AWS KMS) customer master key (CMK) used to encrypt the secrets.</p>", |
| 465 | + "refs": { |
| 466 | + "EncryptionConfig$provider": "<p>AWS Key Management Service (AWS KMS) customer master key (CMK). Either the ARN or the alias can be used.</p>" |
| 467 | + } |
| 468 | + }, |
450 | 469 | "RemoteAccessConfig": { |
451 | 470 | "base": "<p>An object representing the remote access configuration for the managed node group.</p>", |
452 | 471 | "refs": { |
|
559 | 578 | "NodegroupResources$remoteAccessSecurityGroup": "<p>The remote access security group associated with the node group. This security group controls SSH access to the worker nodes.</p>", |
560 | 579 | "NotFoundException$message": null, |
561 | 580 | "OIDC$issuer": "<p>The issuer URL for the OpenID Connect identity provider.</p>", |
| 581 | + "Provider$keyArn": "<p>Amazon Resource Name (ARN) or alias of the customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html\">Allowing Users in Other Accounts to Use a CMK</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>", |
562 | 582 | "RemoteAccessConfig$ec2SshKey": "<p>The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Amazon EC2 Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>.</p>", |
563 | 583 | "ResourceInUseException$clusterName": "<p>The Amazon EKS cluster associated with the exception.</p>", |
564 | 584 | "ResourceInUseException$nodegroupName": "<p>The Amazon EKS managed node group associated with the exception.</p>", |
|
606 | 626 | "CreateFargateProfileRequest$subnets": "<p>The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.</p>", |
607 | 627 | "CreateNodegroupRequest$subnets": "<p>The subnets to use for the Auto Scaling group that is created for your node group. These subnets must have the tag key <code>kubernetes.io/cluster/CLUSTER_NAME</code> with a value of <code>shared</code>, where <code>CLUSTER_NAME</code> is replaced with the name of your cluster.</p>", |
608 | 628 | "CreateNodegroupRequest$instanceTypes": "<p>The instance type to use for your node group. Currently, you can specify a single instance type for a node group. The default value for this parameter is <code>t3.medium</code>. If you choose a GPU instance type, be sure to specify the <code>AL2_x86_64_GPU</code> with the <code>amiType</code> parameter.</p>", |
| 629 | + "EncryptionConfig$resources": "<p>Specifies the resources to be encrypted. The only supported value is \"secrets\".</p>", |
609 | 630 | "ErrorDetail$resourceIds": "<p>An optional field that contains the resource IDs associated with the error.</p>", |
610 | 631 | "FargateProfile$subnets": "<p>The IDs of subnets to launch pods into.</p>", |
611 | 632 | "Issue$resourceIds": "<p>The AWS resources that are afflicted by this issue.</p>", |
|
0 commit comments