Struct aws_sdk_macie2::types::SecurityHubConfiguration
source · #[non_exhaustive]pub struct SecurityHubConfiguration {
pub publish_classification_findings: Option<bool>,
pub publish_policy_findings: Option<bool>,
}
Expand description
Specifies configuration settings that determine which findings are published to Security Hub automatically. For information about how Macie publishes findings to Security Hub, see Amazon Macie integration with Security Hub in the Amazon Macie User Guide.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.publish_classification_findings: Option<bool>
Specifies whether to publish sensitive data findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all sensitive data findings that weren't suppressed by a findings filter. The default value is false.
publish_policy_findings: Option<bool>
Specifies whether to publish policy findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all new and updated policy findings that weren't suppressed by a findings filter. The default value is true.
Implementations§
source§impl SecurityHubConfiguration
impl SecurityHubConfiguration
sourcepub fn publish_classification_findings(&self) -> Option<bool>
pub fn publish_classification_findings(&self) -> Option<bool>
Specifies whether to publish sensitive data findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all sensitive data findings that weren't suppressed by a findings filter. The default value is false.
sourcepub fn publish_policy_findings(&self) -> Option<bool>
pub fn publish_policy_findings(&self) -> Option<bool>
Specifies whether to publish policy findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all new and updated policy findings that weren't suppressed by a findings filter. The default value is true.
source§impl SecurityHubConfiguration
impl SecurityHubConfiguration
sourcepub fn builder() -> SecurityHubConfigurationBuilder
pub fn builder() -> SecurityHubConfigurationBuilder
Creates a new builder-style object to manufacture SecurityHubConfiguration
.
Trait Implementations§
source§impl Clone for SecurityHubConfiguration
impl Clone for SecurityHubConfiguration
source§fn clone(&self) -> SecurityHubConfiguration
fn clone(&self) -> SecurityHubConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SecurityHubConfiguration
impl Debug for SecurityHubConfiguration
source§impl PartialEq for SecurityHubConfiguration
impl PartialEq for SecurityHubConfiguration
source§fn eq(&self, other: &SecurityHubConfiguration) -> bool
fn eq(&self, other: &SecurityHubConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.