Class: Aws::FMS::Types::GetViolationDetailsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountString

The Amazon Web Services account ID that you want the details for.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
# File 'lib/aws-sdk-fms/types.rb', line 1851

class GetViolationDetailsRequest < Struct.new(
  :policy_id,
  :member_account,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types:

  • DNS Firewall

  • Imported Network Firewall

  • Network Firewall

  • Security group content audit

  • Network ACL

  • Third-party firewall

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
# File 'lib/aws-sdk-fms/types.rb', line 1851

class GetViolationDetailsRequest < Struct.new(
  :policy_id,
  :member_account,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that has violations.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
# File 'lib/aws-sdk-fms/types.rb', line 1851

class GetViolationDetailsRequest < Struct.new(
  :policy_id,
  :member_account,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

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

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

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
# File 'lib/aws-sdk-fms/types.rb', line 1851

class GetViolationDetailsRequest < Struct.new(
  :policy_id,
  :member_account,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end