Class: Aws::FMS::Types::FMSPolicyUpdateFirewallCreationConfigAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::FMSPolicyUpdateFirewallCreationConfigAction
- 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
-
#description ⇒ String
Describes the remedial action.
-
#firewall_creation_config ⇒ String
A
FirewallCreationConfigthat you can copy into your current policy's [SecurityServiceData][1] in order to remedy scope violations.
Instance Attribute Details
#description ⇒ String
Describes the remedial action.
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_config ⇒ String
A FirewallCreationConfig that you can copy into your current
policy's SecurityServiceData in order to remedy scope
violations.
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 |