UpdateClusterConfigRequest

public struct UpdateClusterConfigRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientRequestToken: String?
  • 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 in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see Amazon CloudWatch Pricing.

    Declaration

    Swift

    public let logging: Logging?
  • The name of the Amazon EKS cluster to update.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let resourcesVpcConfig: VpcConfigRequest?
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = UpdateClusterConfigRequest.idempotencyToken(), logging: Logging? = nil, name: String, resourcesVpcConfig: VpcConfigRequest? = nil)