Class: Aws::NetworkFirewall::Types::CreateFirewallPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the firewall policy.

Returns:

  • (String)


511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid.

If set to FALSE, Network Firewall makes the requested changes to your resources.

Returns:

  • (Boolean)


511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

A complex type that contains settings for encryption of your firewall policy resources.



511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_policyTypes::FirewallPolicy

The rule groups and policy actions to use in the firewall policy.



511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_policy_nameString

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

Returns:

  • (String)


511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key:value pairs to associate with the resource.

Returns:



511
512
513
514
515
516
517
518
519
520
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 511

class CreateFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy,
  :description,
  :tags,
  :dry_run,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end