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::AccessToken
Create AccessToken Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccessToken(name: string, args: AccessTokenArgs, opts?: CustomResourceOptions);@overload
def AccessToken(resource_name: str,
args: AccessTokenArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccessToken(resource_name: str,
opts: Optional[ResourceOptions] = None,
dns_view_id: Optional[str] = None,
client_token: Optional[str] = None,
expires_at: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewAccessToken(ctx *Context, name string, args AccessTokenArgs, opts ...ResourceOption) (*AccessToken, error)public AccessToken(string name, AccessTokenArgs args, CustomResourceOptions? opts = null)
public AccessToken(String name, AccessTokenArgs args)
public AccessToken(String name, AccessTokenArgs args, CustomResourceOptions options)
type: aws-native:route53globalresolver:AccessToken
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 AccessTokenArgs
- 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 AccessTokenArgs
- 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 AccessTokenArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccessTokenArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccessTokenArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AccessToken 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 AccessToken resource accepts the following input properties:
- Dns
View stringId - Client
Token string - Expires
At string - Name string
-
List<Pulumi.
Aws Native. Inputs. Tag>
- Dns
View stringId - Client
Token string - Expires
At string - Name string
-
Tag
Args
- dns
View StringId - client
Token String - expires
At String - name String
- List<Tag>
- dns
View stringId - client
Token string - expires
At string - name string
- Tag[]
- dns_
view_ strid - client_
token str - expires_
at str - name str
-
Sequence[Tag
Args]
- dns
View StringId - client
Token String - expires
At String - name String
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the AccessToken resource produces the following output properties:
- Access
Token stringId - Arn string
- Created
At string - Global
Resolver stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Route53Global Resolver. Access Token Token Status - Updated
At string - Value string
- Access
Token stringId - Arn string
- Created
At string - Global
Resolver stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Access
Token Token Status - Updated
At string - Value string
- access
Token StringId - arn String
- created
At String - global
Resolver StringId - id String
- The provider-assigned unique ID for this managed resource.
- status
Access
Token Token Status - updated
At String - value String
- access
Token stringId - arn string
- created
At string - global
Resolver stringId - id string
- The provider-assigned unique ID for this managed resource.
- status
Access
Token Token Status - updated
At string - value string
- access_
token_ strid - arn str
- created_
at str - global_
resolver_ strid - id str
- The provider-assigned unique ID for this managed resource.
- status
Access
Token Token Status - updated_
at str - value str
- access
Token StringId - arn String
- created
At String - global
Resolver StringId - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "OPERATIONAL" | "DELETING"
- updated
At String - value String
Supporting Types
AccessTokenTokenStatus, AccessTokenTokenStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Deleting
DELETING
- Access
Token Token Status Creating CREATING- Access
Token Token Status Operational OPERATIONAL- Access
Token Token Status Deleting DELETING
- Creating
CREATING- Operational
OPERATIONAL- Deleting
DELETING
- Creating
CREATING- Operational
OPERATIONAL- Deleting
DELETING
- CREATING
CREATING- OPERATIONAL
OPERATIONAL- DELETING
DELETING
- "CREATING"
CREATING- "OPERATIONAL"
OPERATIONAL- "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
