Struct aws_sdk_securityhub::model::aws_xray_encryption_config_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsXrayEncryptionConfigDetails
Implementations
The identifier of the KMS key that is used for encryption. Provided if Type
is KMS
.
The identifier of the KMS key that is used for encryption. Provided if Type
is KMS
.
The current status of the encryption configuration. When Status
is UPDATING
, X-Ray might use both the old and new encryption.
The current status of the encryption configuration. When Status
is UPDATING
, X-Ray might use both the old and new encryption.
The type of encryption. KMS
indicates that the encryption uses KMS keys. NONE
indicates to use the default encryption.
The type of encryption. KMS
indicates that the encryption uses KMS keys. NONE
indicates to use the default encryption.
Consumes the builder and constructs a AwsXrayEncryptionConfigDetails
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