Skip to main content

firewall_domain_list

Gets an individual firewall_domain_list resource

Overview

Namefirewall_domain_list
TypeResource
Descriptionfirewall_domain_list
Idawscc.route53resolver.firewall_domain_list

Fields

NameDatatypeDescription
idstringResourceId
arnstringArn
namestringFirewallDomainListName
domain_countintegerCount
statusstringResolverFirewallDomainList, possible values are COMPLETE, DELETING, UPDATING, COMPLETE_IMPORT_FAILED, IMPORTING, and INACTIVE_OWNER_ACCOUNT_CLOSED.
status_messagestringFirewallDomainListAssociationStatus
managed_owner_namestringServicePrincipal
creator_request_idstringThe id of the creator request.
creation_timestringRfc3339TimeString
modification_timestringRfc3339TimeString
domainsarray
domain_file_urlstringS3 URL to import domains from.
tagsarrayTags
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
name,
domain_count,
status,
status_message,
managed_owner_name,
creator_request_id,
creation_time,
modification_time,
domains,
domain_file_url,
tags
FROM awscc.route53resolver.firewall_domain_list
WHERE data__Identifier = '<Id>';

Permissions

To operate on the firewall_domain_list resource, the following permissions are required:

Read

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Delete

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Update

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*