NAME

Paws::FMS::GetViolationDetails - Arguments for method GetViolationDetails on Paws::FMS

DESCRIPTION

This class represents the parameters used for calling the method GetViolationDetails on the Firewall Management Service service. Use the attributes of this class as arguments to method GetViolationDetails.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetViolationDetails.

SYNOPSIS

my $fms = Paws->service('FMS');
my $GetViolationDetailsResponse = $fms->GetViolationDetails(
  MemberAccount => 'MyAWSAccountId',
  PolicyId      => 'MyPolicyId',
  ResourceId    => 'MyResourceId',
  ResourceType  => 'MyResourceType',

);

# Results:
my $ViolationDetail = $GetViolationDetailsResponse->ViolationDetail;

# Returns a L<Paws::FMS::GetViolationDetailsResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/fms/GetViolationDetails

ATTRIBUTES

REQUIRED MemberAccount => Str

The AWS account ID that you want the details for.

REQUIRED PolicyId => Str

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

REQUIRED ResourceId => Str

The ID of the resource that has violations.

REQUIRED ResourceType => Str

The resource type. This is in the format shown in the AWS Resource Types Reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html). Supported resource types are: AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.

SEE ALSO

This class forms part of Paws, documenting arguments for method GetViolationDetails in Paws::FMS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues