Learn R Programming

paws.security.identity (version 0.1.10)

fms_get_violation_details: Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account

Description

Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.

Usage

fms_get_violation_details(PolicyId, MemberAccount, ResourceId,
  ResourceType)

Arguments

PolicyId

[required] The ID of the AWS Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.

MemberAccount

[required] The AWS account ID that you want the details for.

ResourceId

[required] The ID of the resource that has violations.

ResourceType

[required] The resource type. This is in the format shown in the AWS Resource Types Reference. Supported resource types are: AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.

Request syntax

svc$get_violation_details(
  PolicyId = "string",
  MemberAccount = "string",
  ResourceId = "string",
  ResourceType = "string"
)