Struct aws_sdk_inspector::input::create_assessment_template_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateAssessmentTemplateInput
Implementations
The ARN that specifies the assessment target for which you want to create the assessment template.
The ARN that specifies the assessment target for which you want to create the assessment template.
The user-defined name that identifies the assessment template that you want to create. You can create several assessment templates for an assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.
The user-defined name that identifies the assessment template that you want to create. You can create several assessment templates for an assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.
The duration of the assessment run in seconds.
The duration of the assessment run in seconds.
Appends an item to rules_package_arns.
To override the contents of this collection use set_rules_package_arns.
The ARNs that specify the rules packages that you want to attach to the assessment template.
The ARNs that specify the rules packages that you want to attach to the assessment template.
Appends an item to user_attributes_for_findings.
To override the contents of this collection use set_user_attributes_for_findings.
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.
Consumes the builder and constructs a CreateAssessmentTemplateInput
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
