Class: Aws::FMS::Types::CreateNetworkAclAction

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

Overview

Information about the CreateNetworkAcl 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)


551
552
553
554
555
556
557
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 551

class CreateNetworkAclAction < Struct.new(
  :description,
  :vpc,
  :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)


551
552
553
554
555
556
557
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 551

class CreateNetworkAclAction < Struct.new(
  :description,
  :vpc,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::ActionTarget

The VPC that's associated with the remediation action.

Returns:



551
552
553
554
555
556
557
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 551

class CreateNetworkAclAction < Struct.new(
  :description,
  :vpc,
  :fms_can_remediate)
  SENSITIVE = []
  include Aws::Structure
end