AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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 WAF and Shield Advanced policies, or that are noncompliant with the policy, for security group policies.

Inheritance Hierarchy

System.Object
  Amazon.FMS.Model.PolicyComplianceStatus

Namespace: Amazon.FMS.Model
Assembly: AWSSDK.FMS.dll
Version: 3.x.y.z

Syntax

C#
public class PolicyComplianceStatus

The PolicyComplianceStatus type exposes the following members

Constructors

NameDescription
Public Method PolicyComplianceStatus()

Properties

NameTypeDescription
Public Property EvaluationResults System.Collections.Generic.List<Amazon.FMS.Model.EvaluationResult>

Gets and sets the property EvaluationResults.

An array of EvaluationResult objects.

Public Property IssueInfoMap System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property IssueInfoMap.

Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

Timestamp of the last update to the EvaluationResult objects.

Public Property MemberAccount System.String

Gets and sets the property MemberAccount.

The member account ID.

Public Property PolicyId System.String

Gets and sets the property PolicyId.

The ID of the Firewall Manager policy.

Public Property PolicyName System.String

Gets and sets the property PolicyName.

The name of the Firewall Manager policy.

Public Property PolicyOwner System.String

Gets and sets the property PolicyOwner.

The Amazon Web Services account that created the Firewall Manager policy.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5