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::DnsView
Create DnsView Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DnsView(name: string, args: DnsViewArgs, opts?: CustomResourceOptions);@overload
def DnsView(resource_name: str,
args: DnsViewArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DnsView(resource_name: str,
opts: Optional[ResourceOptions] = None,
global_resolver_id: Optional[str] = None,
client_token: Optional[str] = None,
description: Optional[str] = None,
dnssec_validation: Optional[DnsViewDnsSecValidationType] = None,
edns_client_subnet: Optional[DnsViewEdnsClientSubnetType] = None,
firewall_rules_fail_open: Optional[DnsViewFirewallRulesFailOpenType] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewDnsView(ctx *Context, name string, args DnsViewArgs, opts ...ResourceOption) (*DnsView, error)public DnsView(string name, DnsViewArgs args, CustomResourceOptions? opts = null)
public DnsView(String name, DnsViewArgs args)
public DnsView(String name, DnsViewArgs args, CustomResourceOptions options)
type: aws-native:route53globalresolver:DnsView
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 DnsViewArgs
- 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 DnsViewArgs
- 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 DnsViewArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnsViewArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DnsViewArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DnsView 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 DnsView resource accepts the following input properties:
- Global
Resolver stringId - Client
Token string - Description string
- Dnssec
Validation Pulumi.Aws Native. Route53Global Resolver. Dns View Dns Sec Validation Type - Edns
Client Pulumi.Subnet Aws Native. Route53Global Resolver. Dns View Edns Client Subnet Type - Firewall
Rules Pulumi.Fail Open Aws Native. Route53Global Resolver. Dns View Firewall Rules Fail Open Type - Name string
-
List<Pulumi.
Aws Native. Inputs. Tag>
Outputs
All input properties are implicitly available as output properties. Additionally, the DnsView resource produces the following output properties:
- arn str
- created_
at str - dns_
view_ strid - id str
- The provider-assigned unique ID for this managed resource.
- status
Dns
View Profile Resource Status - updated_
at str
Supporting Types
DnsViewDnsSecValidationType, DnsViewDnsSecValidationTypeArgs
- Enabled
ENABLED- Disabled
DISABLED
- Dns
View Dns Sec Validation Type Enabled ENABLED- Dns
View Dns Sec Validation Type Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DnsViewEdnsClientSubnetType, DnsViewEdnsClientSubnetTypeArgs
- Enabled
ENABLED- Disabled
DISABLED
- Dns
View Edns Client Subnet Type Enabled ENABLED- Dns
View Edns Client Subnet Type Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DnsViewFirewallRulesFailOpenType, DnsViewFirewallRulesFailOpenTypeArgs
- Enabled
ENABLED- Disabled
DISABLED
- Dns
View Firewall Rules Fail Open Type Enabled ENABLED- Dns
View Firewall Rules Fail Open Type Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DnsViewProfileResourceStatus, DnsViewProfileResourceStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Enabling
ENABLING- Disabling
DISABLING- Disabled
DISABLED- Deleting
DELETING
- Dns
View Profile Resource Status Creating CREATING- Dns
View Profile Resource Status Operational OPERATIONAL- Dns
View Profile Resource Status Updating UPDATING- Dns
View Profile Resource Status Enabling ENABLING- Dns
View Profile Resource Status Disabling DISABLING- Dns
View Profile Resource Status Disabled DISABLED- Dns
View Profile Resource Status Deleting DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Enabling
ENABLING- Disabling
DISABLING- Disabled
DISABLED- Deleting
DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Enabling
ENABLING- Disabling
DISABLING- Disabled
DISABLED- Deleting
DELETING
- CREATING
CREATING- OPERATIONAL
OPERATIONAL- UPDATING
UPDATING- ENABLING
ENABLING- DISABLING
DISABLING- DISABLED
DISABLED- DELETING
DELETING
- "CREATING"
CREATING- "OPERATIONAL"
OPERATIONAL- "UPDATING"
UPDATING- "ENABLING"
ENABLING- "DISABLING"
DISABLING- "DISABLED"
DISABLED- "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
