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