Class: Aws::FMS::Types::CreateNetworkAclEntriesAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::CreateNetworkAclEntriesAction
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
Brief description of this remediation action.
-
#fms_can_remediate ⇒ Boolean
Indicates whether it is possible for Firewall Manager to perform this remediation action.
-
#network_acl_entries_to_be_created ⇒ Array<Types::EntryDescription>
Lists the entries that the remediation action would create.
-
#network_acl_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
Instance Attribute Details
#description ⇒ String
Brief description of this remediation action.
583 584 585 586 587 588 589 590 |
# File '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_remediate ⇒ Boolean
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.
583 584 585 586 587 588 589 590 |
# File '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_created ⇒ Array<Types::EntryDescription>
Lists the entries that the remediation action would create.
583 584 585 586 587 588 589 590 |
# File '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_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
583 584 585 586 587 588 589 590 |
# File '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 |