Class: Aws::FMS::Types::CreateNetworkAclEntriesAction

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

Overview

Information about the CreateNetworkAclEntries action in Amazon EC2. This is a remediation option in RemediationAction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Brief description of this remediation action.

Returns:

  • (String)


583
584
585
586
587
588
589
590
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 583

class CreateNetworkAclEntriesAction < Struct.new(
  :description,
  :network_acl_id,
  :network_acl_entries_to_be_created,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end

#fms_can_remediateBoolean

Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.

Returns:

  • (Boolean)


583
584
585
586
587
588
589
590
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 583

class CreateNetworkAclEntriesAction < Struct.new(
  :description,
  :network_acl_id,
  :network_acl_entries_to_be_created,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end

#network_acl_entries_to_be_createdArray<Types::EntryDescription>

Lists the entries that the remediation action would create.

Returns:



583
584
585
586
587
588
589
590
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 583

class CreateNetworkAclEntriesAction < Struct.new(
  :description,
  :network_acl_id,
  :network_acl_entries_to_be_created,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end

#network_acl_idTypes::ActionTarget

The network ACL that's associated with the remediation action.

Returns:



583
584
585
586
587
588
589
590
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 583

class CreateNetworkAclEntriesAction < Struct.new(
  :description,
  :network_acl_id,
  :network_acl_entries_to_be_created,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end