Struct aws_sdk_securityhub::input::enable_security_hub_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EnableSecurityHubInput
Implementations
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags to add to the hub resource when you enable Security Hub.
The tags to add to the hub resource when you enable Security Hub.
Whether to enable the security standards that Security Hub has designated as automatically
enabled. If you do not provide a value for EnableDefaultStandards
, it is set
to true
. To not enable the automatically enabled standards, set
EnableDefaultStandards
to false
.
Whether to enable the security standards that Security Hub has designated as automatically
enabled. If you do not provide a value for EnableDefaultStandards
, it is set
to true
. To not enable the automatically enabled standards, set
EnableDefaultStandards
to false
.
Consumes the builder and constructs a EnableSecurityHubInput
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