Class: Aws::FMS::Types::FMSPolicyUpdateFirewallCreationConfigAction

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

Overview

Contains information about the actions that you can take to remediate scope violations caused by your policy's FirewallCreationConfig. FirewallCreationConfig is an optional configuration that you can use to choose which Availability Zones Firewall Manager creates Network Firewall endpoints in.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Describes the remedial action.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1296

class FMSPolicyUpdateFirewallCreationConfigAction < Struct.new(
  :description,
  :firewall_creation_config)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_creation_configString

A FirewallCreationConfig that you can copy into your current policy's SecurityServiceData in order to remedy scope violations.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1296

class FMSPolicyUpdateFirewallCreationConfigAction < Struct.new(
  :description,
  :firewall_creation_config)
  SENSITIVE = []
  include Aws::Structure
end