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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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.

[1]: docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html

Returns:

  • (String)


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

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