class Aws::EKS::Types::UpdateClusterConfigRequest
@note When making an API call, you may pass UpdateClusterConfigRequest
data as a hash: { name: "String", # required resources_vpc_config: { subnet_ids: ["String"], security_group_ids: ["String"], endpoint_public_access: false, endpoint_private_access: false, public_access_cidrs: ["String"], }, logging: { cluster_logging: [ { types: ["api"], # accepts api, audit, authenticator, controllerManager, scheduler enabled: false, }, ], }, client_request_token: "String", }
@!attribute [rw] name
The name of the Amazon EKS cluster to update. @return [String]
@!attribute [rw] resources_vpc_config
An object representing the VPC configuration to use for an Amazon EKS cluster. @return [Types::VpcConfigRequest]
@!attribute [rw] logging
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see [Amazon EKS cluster control plane logs][1] in the <i> <i>Amazon EKS User Guide</i> </i>. <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see [CloudWatch Pricing][2]. </note> [1]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html [2]: http://aws.amazon.com/cloudwatch/pricing/ @return [Types::Logging]
@!attribute [rw] client_request_token
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
Constants
- SENSITIVE