AWS::Route53Resolver::FirewallDomainListResource schema for AWS::Route53Resolver::FirewallDomainList.
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainFileUrl | string | Write-only |
Domains | array | Write-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn |
CreationTime | string | Rfc3339TimeString |
CreatorRequestId | string | The id of the creator request. |
DomainCount | integer | Count |
Id | string | ResourceId |
ManagedOwnerName | string | ServicePrincipal |
ModificationTime | string | Rfc3339TimeString |
Status | string | ResolverFirewallDomainList, possible values are COMPLETE, DELETING, UPDATING, COMPLETE_IMPORT_FAILED, IMPORTING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
StatusMessage | string | FirewallDomainListAssociationStatus |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Resolver::FirewallDomainList
Resources:
MyResource:
Type: AWS::Route53Resolver::FirewallDomainList
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
route53resolver:CreateFirewallDomainListroute53resolver:GetFirewallDomainListroute53resolver:ImportFirewallDomainsroute53resolver:UpdateFirewallDomainsroute53resolver:TagResourceroute53resolver:ListTagsForResourceroute53resolver:ListFirewallDomainListsroute53resolver:ListTagsForResourceroute53resolver:GetFirewallDomainListroute53resolver:ListTagsForResourceroute53resolver:GetFirewallDomainListroute53resolver:DeleteFirewallDomainListroute53resolver:UntagResourceroute53resolver:ListTagsForResourceroute53resolver:GetFirewallDomainListroute53resolver:ImportFirewallDomainsroute53resolver:UpdateFirewallDomainsroute53resolver:TagResourceroute53resolver:UntagResourceroute53resolver:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name