Class UpdateClusterConfigRequest

    • Method Detail

      • name

        public final String name()

        The name of the Amazon EKS cluster to update.

        Returns:
        The name of the Amazon EKS cluster to update.
      • resourcesVpcConfig

        public final VpcConfigRequest resourcesVpcConfig()
        Returns the value of the ResourcesVpcConfig property for this object.
        Returns:
        The value of the ResourcesVpcConfig property for this object.
      • logging

        public final Logging 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 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 CloudWatch Pricing.

        Returns:
        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 CloudWatch Pricing.

      • clientRequestToken

        public final String clientRequestToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object