Struct aws_sdk_config::model::scope::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Scope
Implementations
Appends an item to compliance_resource_types.
To override the contents of this collection use set_compliance_resource_types.
The resource types of only those Amazon Web Services resources that you want to
trigger an evaluation for the rule. You can only specify one type if
you also specify a resource ID for
ComplianceResourceId.
The resource types of only those Amazon Web Services resources that you want to
trigger an evaluation for the rule. You can only specify one type if
you also specify a resource ID for
ComplianceResourceId.
The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.
The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.
The tag value applied to only those Amazon Web Services resources that you want
to trigger an evaluation for the rule. If you specify a value for
TagValue, you must also specify a value for
TagKey.
The tag value applied to only those Amazon Web Services resources that you want
to trigger an evaluation for the rule. If you specify a value for
TagValue, you must also specify a value for
TagKey.
The ID of the only Amazon Web Services resource that you want to trigger an
evaluation for the rule. If you specify a resource ID, you must
specify one resource type for
ComplianceResourceTypes.
The ID of the only Amazon Web Services resource that you want to trigger an
evaluation for the rule. If you specify a resource ID, you must
specify one resource type for
ComplianceResourceTypes.
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