Struct aws_sdk_eks::model::encryption_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for EncryptionConfig
Implementations
Appends an item to resources.
To override the contents of this collection use set_resources.
Specifies the resources to be encrypted. The only supported value is "secrets".
Specifies the resources to be encrypted. The only supported value is "secrets".
Key Management Service (KMS) key. Either the ARN or the alias can be used.
Key Management Service (KMS) key. Either the ARN or the alias can be used.
Consumes the builder and constructs a EncryptionConfig
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