Class: Aws::Route53Resolver::Types::PutFirewallRuleGroupPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) for the rule group that you want to share.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3774

class PutFirewallRuleGroupPolicyRequest < Struct.new(
  :arn,
  :firewall_rule_group_policy)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_rule_group_policyString

The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3774

class PutFirewallRuleGroupPolicyRequest < Struct.new(
  :arn,
  :firewall_rule_group_policy)
  SENSITIVE = []
  include Aws::Structure
end