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.

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

Inheritance Hierarchy

System.Object
  Amazon.FMS.Model.PolicyComplianceDetail

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

Syntax

C#
public class PolicyComplianceDetail

The PolicyComplianceDetail type exposes the following members

Constructors

NameDescription
Public Method PolicyComplianceDetail()

Properties

NameTypeDescription
Public Property EvaluationLimitExceeded System.Boolean

Gets and sets the property EvaluationLimitExceeded.

Indicates if over 100 resources are noncompliant with the Firewall Manager policy.

Public Property ExpiredAt System.DateTime

Gets and sets the property ExpiredAt.

A timestamp that indicates when the returned information should be considered out of date.

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 MemberAccount System.String

Gets and sets the property MemberAccount.

The Amazon Web Services account ID.

Public Property PolicyId System.String

Gets and sets the property PolicyId.

The ID 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.

Public Property Violators System.Collections.Generic.List<Amazon.FMS.Model.ComplianceViolator>

Gets and sets the property Violators.

An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group 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