[][src]Crate rusoto_fms

AWS Firewall Manager

This is the AWS Firewall Manager API Reference. This guide is for developers who need detailed information about the AWS Firewall Manager API actions, data types, and errors. For detailed information about AWS Firewall Manager features, see the AWS Firewall Manager Developer Guide.

If you're using the service, you're probably looking for FmsClient and Fms.

Structs

AssociateAdminAccountRequest
ComplianceViolator

Details of the resource that is not protected by the policy.

DeleteNotificationChannelRequest
DeletePolicyRequest
DisassociateAdminAccountRequest
EvaluationResult

Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.

FmsClient

A client for the FMS API.

GetAdminAccountRequest
GetAdminAccountResponse
GetComplianceDetailRequest
GetComplianceDetailResponse
GetNotificationChannelRequest
GetNotificationChannelResponse
GetPolicyRequest
GetPolicyResponse
GetProtectionStatusRequest
GetProtectionStatusResponse
ListComplianceStatusRequest
ListComplianceStatusResponse
ListMemberAccountsRequest
ListMemberAccountsResponse
ListPoliciesRequest
ListPoliciesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
Policy

An AWS Firewall Manager policy.

PolicyComplianceDetail

Describes the noncompliant resources in a member account for a specific AWS Firewall Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are noncompliant, EvaluationLimitExceeded is set to True.

PolicyComplianceStatus

Indicates whether the account is compliant with the specified policy. An account is considered noncompliant if it includes resources that are not protected by the policy, for AWS WAF and Shield Advanced policies, or that are noncompliant with the policy, for security group policies.

PolicySummary

Details of the AWS Firewall Manager policy.

PutNotificationChannelRequest
PutPolicyRequest
PutPolicyResponse
ResourceTag

The resource tags that AWS Firewall Manager uses to determine if a particular resource should be included or excluded from the AWS Firewall Manager policy. Tags enable you to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with "AND" so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor.

SecurityServicePolicyData

Details about the security service that is being used to protect the resources.

Tag

A collection of key:value pairs associated with an AWS resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.

TagResourceRequest
TagResourceResponse
UntagResourceRequest
UntagResourceResponse

Enums

AssociateAdminAccountError

Errors returned by AssociateAdminAccount

DeleteNotificationChannelError

Errors returned by DeleteNotificationChannel

DeletePolicyError

Errors returned by DeletePolicy

DisassociateAdminAccountError

Errors returned by DisassociateAdminAccount

GetAdminAccountError

Errors returned by GetAdminAccount

GetComplianceDetailError

Errors returned by GetComplianceDetail

GetNotificationChannelError

Errors returned by GetNotificationChannel

GetPolicyError

Errors returned by GetPolicy

GetProtectionStatusError

Errors returned by GetProtectionStatus

ListComplianceStatusError

Errors returned by ListComplianceStatus

ListMemberAccountsError

Errors returned by ListMemberAccounts

ListPoliciesError

Errors returned by ListPolicies

ListTagsForResourceError

Errors returned by ListTagsForResource

PutNotificationChannelError

Errors returned by PutNotificationChannel

PutPolicyError

Errors returned by PutPolicy

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

Traits

Fms

Trait representing the capabilities of the FMS API. FMS clients implement this trait.