FirewallDomainListReference
- class aws_cdk.aws_route53resolver.FirewallDomainListReference(*, firewall_domain_list_arn, firewall_domain_list_id)
Bases:
object
A reference to a FirewallDomainList resource.
- Parameters:
firewall_domain_list_arn (
str
) – The ARN of the FirewallDomainList resource.firewall_domain_list_id (
str
) – The Id of the FirewallDomainList 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_domain_list_reference = route53resolver.FirewallDomainListReference( firewall_domain_list_arn="firewallDomainListArn", firewall_domain_list_id="firewallDomainListId" )
Attributes
- firewall_domain_list_arn
The ARN of the FirewallDomainList resource.
- firewall_domain_list_id
The Id of the FirewallDomainList resource.