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)


3844
3845
3846
3847
3848
3849
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3844

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)


3844
3845
3846
3847
3848
3849
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3844

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