Struct aws_sdk_securityhub::model::aws_eks_cluster_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEksClusterDetails
Implementations
The certificate authority data for the cluster.
The certificate authority data for the cluster.
The status of the cluster.
The status of the cluster.
The endpoint for the Amazon EKS API server.
The endpoint for the Amazon EKS API server.
The VPC configuration used by the cluster control plane.
pub fn set_resources_vpc_config(
self,
input: Option<AwsEksClusterResourcesVpcConfigDetails>
) -> Self
pub fn set_resources_vpc_config(
self,
input: Option<AwsEksClusterResourcesVpcConfigDetails>
) -> Self
The VPC configuration used by the cluster control plane.
The ARN of the IAM role that provides permissions for the Amazon EKS control plane to make calls to Amazon Web Services API operations on your behalf.
The ARN of the IAM role that provides permissions for the Amazon EKS control plane to make calls to Amazon Web Services API operations on your behalf.
The Amazon EKS server version for the cluster.
The Amazon EKS server version for the cluster.
The logging configuration for the cluster.
The logging configuration for the cluster.
Consumes the builder and constructs a AwsEksClusterDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more