FirewallRuleGroupAssociationReference
- class aws_cdk.aws_route53resolver.FirewallRuleGroupAssociationReference(*, firewall_rule_group_association_arn, firewall_rule_group_association_id)
Bases:
object
A reference to a FirewallRuleGroupAssociation resource.
- Parameters:
firewall_rule_group_association_arn (
str
) – The ARN of the FirewallRuleGroupAssociation resource.firewall_rule_group_association_id (
str
) – The Id of the FirewallRuleGroupAssociation resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_route53resolver as route53resolver firewall_rule_group_association_reference = route53resolver.FirewallRuleGroupAssociationReference( firewall_rule_group_association_arn="firewallRuleGroupAssociationArn", firewall_rule_group_association_id="firewallRuleGroupAssociationId" )
Attributes
- firewall_rule_group_association_arn
The ARN of the FirewallRuleGroupAssociation resource.
- firewall_rule_group_association_id
The Id of the FirewallRuleGroupAssociation resource.