Struct aws_sdk_auditmanager::model::create_control_mapping_source::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateControlMappingSource
Implementations
The name of the control mapping data source.
The name of the control mapping data source.
The description of the data source that determines where Audit Manager collects evidence from for the control.
The description of the data source that determines where Audit Manager collects evidence from for the control.
The setup option for the data source, which reflects if the evidence collection is automated or manual.
The setup option for the data source, which reflects if the evidence collection is automated or manual.
Specifies one of the five types of data sources for evidence collection.
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 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 frequency of evidence collection for the control mapping source.
The instructions for troubleshooting the control.
The instructions for troubleshooting the control.
Consumes the builder and constructs a CreateControlMappingSource
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