firewall_domain_list
Gets an individual firewall_domain_list
resource
Overview
Name | firewall_domain_list |
Type | Resource |
Description | firewall_domain_list |
Id | awscc.route53resolver.firewall_domain_list |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ResourceId |
arn | string | Arn |
name | string | FirewallDomainListName |
domain_count | integer | Count |
status | string | ResolverFirewallDomainList, possible values are COMPLETE, DELETING, UPDATING, COMPLETE_IMPORT_FAILED, IMPORTING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
status_message | string | FirewallDomainListAssociationStatus |
managed_owner_name | string | ServicePrincipal |
creator_request_id | string | The id of the creator request. |
creation_time | string | Rfc3339TimeString |
modification_time | string | Rfc3339TimeString |
domains | array | |
domain_file_url | string | S3 URL to import domains from. |
tags | array | Tags |
region | string | AWS 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:*