class Aws::FMS::Types::GetViolationDetailsRequest

@note When making an API call, you may pass GetViolationDetailsRequest

data as a hash:

    {
      policy_id: "PolicyId", # required
      member_account: "AWSAccountId", # required
      resource_id: "ResourceId", # required
      resource_type: "ResourceType", # required
    }

@!attribute [rw] policy_id

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

@!attribute [rw] member_account

The Amazon Web Services account ID that you want the details for.
@return [String]

@!attribute [rw] resource_id

The ID of the resource that has violations.
@return [String]

@!attribute [rw] resource_type

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

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/GetViolationDetailsRequest AWS API Documentation

Constants

SENSITIVE