We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
Resource schema for AWS::Route53GlobalResolver::FirewallDomainList
Create FirewallDomainList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FirewallDomainList(name: string, args: FirewallDomainListArgs, opts?: CustomResourceOptions);@overload
def FirewallDomainList(resource_name: str,
args: FirewallDomainListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FirewallDomainList(resource_name: str,
opts: Optional[ResourceOptions] = None,
global_resolver_id: Optional[str] = None,
client_token: Optional[str] = None,
description: Optional[str] = None,
domain_file_url: Optional[str] = None,
domains: Optional[Sequence[str]] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewFirewallDomainList(ctx *Context, name string, args FirewallDomainListArgs, opts ...ResourceOption) (*FirewallDomainList, error)public FirewallDomainList(string name, FirewallDomainListArgs args, CustomResourceOptions? opts = null)
public FirewallDomainList(String name, FirewallDomainListArgs args)
public FirewallDomainList(String name, FirewallDomainListArgs args, CustomResourceOptions options)
type: aws-native:route53globalresolver:FirewallDomainList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FirewallDomainListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FirewallDomainListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FirewallDomainListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FirewallDomainListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FirewallDomainListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FirewallDomainList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FirewallDomainList resource accepts the following input properties:
- Global
Resolver stringId - Client
Token string - Description string
- Domain
File stringUrl - S3 URL to import domains from.
- Domains List<string>
- Name string
-
List<Pulumi.
Aws Native. Inputs. Tag>
- Global
Resolver stringId - Client
Token string - Description string
- Domain
File stringUrl - S3 URL to import domains from.
- Domains []string
- Name string
-
Tag
Args
- global
Resolver StringId - client
Token String - description String
- domain
File StringUrl - S3 URL to import domains from.
- domains List<String>
- name String
- List<Tag>
- global
Resolver stringId - client
Token string - description string
- domain
File stringUrl - S3 URL to import domains from.
- domains string[]
- name string
- Tag[]
- global_
resolver_ strid - client_
token str - description str
- domain_
file_ strurl - S3 URL to import domains from.
- domains Sequence[str]
- name str
-
Sequence[Tag
Args]
- global
Resolver StringId - client
Token String - description String
- domain
File StringUrl - S3 URL to import domains from.
- domains List<String>
- name String
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the FirewallDomainList resource produces the following output properties:
- Arn string
- Created
At string - Domain
Count int - Firewall
Domain stringList Id - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Route53Global Resolver. Firewall Domain List Cr Resource Status - Status
Message string - Updated
At string
- Arn string
- Created
At string - Domain
Count int - Firewall
Domain stringList Id - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Firewall
Domain List Cr Resource Status - Status
Message string - Updated
At string
- arn String
- created
At String - domain
Count Integer - firewall
Domain StringList Id - id String
- The provider-assigned unique ID for this managed resource.
- status
Firewall
Domain List Cr Resource Status - status
Message String - updated
At String
- arn string
- created
At string - domain
Count number - firewall
Domain stringList Id - id string
- The provider-assigned unique ID for this managed resource.
- status
Firewall
Domain List Cr Resource Status - status
Message string - updated
At string
- arn str
- created_
at str - domain_
count int - firewall_
domain_ strlist_ id - id str
- The provider-assigned unique ID for this managed resource.
- status
Firewall
Domain List Cr Resource Status - status_
message str - updated_
at str
- arn String
- created
At String - domain
Count Number - firewall
Domain StringList Id - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING"
- status
Message String - updated
At String
Supporting Types
FirewallDomainListCrResourceStatus, FirewallDomainListCrResourceStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- Firewall
Domain List Cr Resource Status Creating CREATING- Firewall
Domain List Cr Resource Status Operational OPERATIONAL- Firewall
Domain List Cr Resource Status Updating UPDATING- Firewall
Domain List Cr Resource Status Deleting DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- CREATING
CREATING- OPERATIONAL
OPERATIONAL- UPDATING
UPDATING- DELETING
DELETING
- "CREATING"
CREATING- "OPERATIONAL"
OPERATIONAL- "UPDATING"
UPDATING- "DELETING"
DELETING
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
