Struct aws_sdk_eks::input::UpdateClusterConfigInput
source · #[non_exhaustive]pub struct UpdateClusterConfigInput { /* private fields */ }
Implementations§
source§impl UpdateClusterConfigInput
impl UpdateClusterConfigInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateClusterConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateClusterConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateClusterConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateClusterConfigInput
.
source§impl UpdateClusterConfigInput
impl UpdateClusterConfigInput
sourcepub fn resources_vpc_config(&self) -> Option<&VpcConfigRequest>
pub fn resources_vpc_config(&self) -> Option<&VpcConfigRequest>
An object representing the VPC configuration to use for an Amazon EKS cluster.
sourcepub fn logging(&self) -> Option<&Logging>
pub fn logging(&self) -> Option<&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.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations§
source§impl Clone for UpdateClusterConfigInput
impl Clone for UpdateClusterConfigInput
source§fn clone(&self) -> UpdateClusterConfigInput
fn clone(&self) -> UpdateClusterConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateClusterConfigInput
impl Debug for UpdateClusterConfigInput
source§impl PartialEq<UpdateClusterConfigInput> for UpdateClusterConfigInput
impl PartialEq<UpdateClusterConfigInput> for UpdateClusterConfigInput
source§fn eq(&self, other: &UpdateClusterConfigInput) -> bool
fn eq(&self, other: &UpdateClusterConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.