Struct aws_sdk_macie2::model::SecurityHubConfiguration
source · #[non_exhaustive]pub struct SecurityHubConfiguration { /* private fields */ }
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.
Implementations§
source§impl SecurityHubConfiguration
impl SecurityHubConfiguration
sourcepub fn publish_classification_findings(&self) -> bool
pub fn publish_classification_findings(&self) -> 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) -> bool
pub fn publish_policy_findings(&self) -> 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() -> Builder
pub fn builder() -> Builder
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<SecurityHubConfiguration> for SecurityHubConfiguration
impl PartialEq<SecurityHubConfiguration> 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 ==
.