Struct aws_sdk_auditmanager::model::ControlMappingSource [−][src]
#[non_exhaustive]pub struct ControlMappingSource {
pub source_id: Option<String>,
pub source_name: Option<String>,
pub source_description: Option<String>,
pub source_set_up_option: Option<SourceSetUpOption>,
pub source_type: Option<SourceType>,
pub source_keyword: Option<SourceKeyword>,
pub source_frequency: Option<SourceFrequency>,
pub troubleshooting_text: Option<String>,
}
Expand description
The data source that determines where Audit Manager collects evidence from for the control.
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.source_id: Option<String>
The unique identifier for the source.
source_name: Option<String>
The name of the source.
source_description: Option<String>
The description of the source.
source_set_up_option: Option<SourceSetUpOption>
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
source_type: Option<SourceType>
Specifies one of the five types of data sources for evidence collection.
source_keyword: Option<SourceKeyword>
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.
source_frequency: Option<SourceFrequency>
The frequency of evidence collection for the control mapping source.
troubleshooting_text: Option<String>
The instructions for troubleshooting the control.
Implementations
The name of the source.
The description of the source.
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
Specifies one of the five types of data sources for evidence collection.
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.
The frequency of evidence collection for the control mapping source.
The instructions for troubleshooting the control.
Creates a new builder-style object to manufacture ControlMappingSource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ControlMappingSource
impl Send for ControlMappingSource
impl Sync for ControlMappingSource
impl Unpin for ControlMappingSource
impl UnwindSafe for ControlMappingSource
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