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::AccessSource
Create AccessSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccessSource(name: string, args: AccessSourceArgs, opts?: CustomResourceOptions);@overload
def AccessSource(resource_name: str,
args: AccessSourceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccessSource(resource_name: str,
opts: Optional[ResourceOptions] = None,
cidr: Optional[str] = None,
dns_view_id: Optional[str] = None,
protocol: Optional[AccessSourceDnsProtocol] = None,
client_token: Optional[str] = None,
ip_address_type: Optional[AccessSourceIpAddressType] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewAccessSource(ctx *Context, name string, args AccessSourceArgs, opts ...ResourceOption) (*AccessSource, error)public AccessSource(string name, AccessSourceArgs args, CustomResourceOptions? opts = null)
public AccessSource(String name, AccessSourceArgs args)
public AccessSource(String name, AccessSourceArgs args, CustomResourceOptions options)
type: aws-native:route53globalresolver:AccessSource
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 AccessSourceArgs
- 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 AccessSourceArgs
- 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 AccessSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccessSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccessSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AccessSource 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 AccessSource resource accepts the following input properties:
- Cidr string
- Dns
View stringId - Protocol
Access
Source Dns Protocol - Client
Token string - Ip
Address AccessType Source Ip Address Type - Name string
-
Tag
Args
- cidr String
- dns
View StringId - protocol
Access
Source Dns Protocol - client
Token String - ip
Address AccessType Source Ip Address Type - name String
- List<Tag>
- cidr string
- dns
View stringId - protocol
Access
Source Dns Protocol - client
Token string - ip
Address AccessType Source Ip Address Type - name string
- Tag[]
- cidr String
- dns
View StringId - protocol "DO53" | "DOH" | "DOT"
- client
Token String - ip
Address "IPV4" | "IPV6"Type - name String
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the AccessSource resource produces the following output properties:
- Access
Source stringId - Arn string
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Route53Global Resolver. Access Source Cr Resource Status - Updated
At string
- Access
Source stringId - Arn string
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Access
Source Cr Resource Status - Updated
At string
- access
Source StringId - arn String
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- status
Access
Source Cr Resource Status - updated
At String
- access
Source stringId - arn string
- created
At string - id string
- The provider-assigned unique ID for this managed resource.
- status
Access
Source Cr Resource Status - updated
At string
- access_
source_ strid - arn str
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- status
Access
Source Cr Resource Status - updated_
at str
- access
Source StringId - arn String
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING"
- updated
At String
Supporting Types
AccessSourceCrResourceStatus, AccessSourceCrResourceStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- Access
Source Cr Resource Status Creating CREATING- Access
Source Cr Resource Status Operational OPERATIONAL- Access
Source Cr Resource Status Updating UPDATING- Access
Source 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
AccessSourceDnsProtocol, AccessSourceDnsProtocolArgs
- Do53
DO53- Doh
DOH- Dot
DOT
- Access
Source Dns Protocol Do53 DO53- Access
Source Dns Protocol Doh DOH- Access
Source Dns Protocol Dot DOT
- Do53
DO53- Doh
DOH- Dot
DOT
- Do53
DO53- Doh
DOH- Dot
DOT
- DO53
DO53- DOH
DOH- DOT
DOT
- "DO53"
DO53- "DOH"
DOH- "DOT"
DOT
AccessSourceIpAddressType, AccessSourceIpAddressTypeArgs
- Ipv4
IPV4- Ipv6
IPV6
- Access
Source Ip Address Type Ipv4 IPV4- Access
Source Ip Address Type Ipv6 IPV6
- Ipv4
IPV4- Ipv6
IPV6
- Ipv4
IPV4- Ipv6
IPV6
- IPV4
IPV4- IPV6
IPV6
- "IPV4"
IPV4- "IPV6"
IPV6
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
