pub struct Builder { /* private fields */ }
Expand description

A builder for ResourceViolation.

Implementations

Violation detail for security groups.

Violation detail for security groups.

Violation detail for a network interface.

Violation detail for a network interface.

Violation detail for an EC2 instance.

Violation detail for an EC2 instance.

Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed firewall in its VPC.

Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed firewall in its VPC.

Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the expected Firewall Manager managed subnet.

Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the expected Firewall Manager managed subnet.

Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the expected Firewall Manager managed route table.

Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the expected Firewall Manager managed route table.

Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual account has been modified in a way that makes it noncompliant. For example, the individual account owner might have deleted a rule group, changed the priority of a stateless rule group, or changed a policy default action.

Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual account has been modified in a way that makes it noncompliant. For example, the individual account owner might have deleted a rule group, changed the priority of a stateless rule group, or changed a policy default action.

Violation detail for the subnet for which internet traffic hasn't been inspected.

Violation detail for the subnet for which internet traffic hasn't been inspected.

The route configuration is invalid.

The route configuration is invalid.

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

There's an unexpected firewall route.

There's an unexpected firewall route.

There's an unexpected gateway route.

There's an unexpected gateway route.

Expected routes are missing from Network Firewall.

Expected routes are missing from Network Firewall.

Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.

Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.

Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

Violation detail for a DNS Firewall policy that indicates that the VPC reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed.

Violation detail for a DNS Firewall policy that indicates that the VPC reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed.

A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.

A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.

Contains details about the firewall subnet that violates the policy scope.

Contains details about the firewall subnet that violates the policy scope.

Contains details about the route endpoint that violates the policy scope.

Contains details about the route endpoint that violates the policy scope.

The violation details for a third-party firewall that's been deleted.

The violation details for a third-party firewall that's been deleted.

The violation details for a third-party firewall's subnet that's been deleted.

The violation details for a third-party firewall's subnet that's been deleted.

The violation details for a third-party firewall that has the Firewall Manager managed route table that was associated with the third-party firewall has been deleted.

The violation details for a third-party firewall that has the Firewall Manager managed route table that was associated with the third-party firewall has been deleted.

The violation details for a third-party firewall's VPC endpoint subnet that was deleted.

The violation details for a third-party firewall's VPC endpoint subnet that was deleted.

Consumes the builder and constructs a ResourceViolation.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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