/AWS1/CL_R5GCREATEACCTOKENOUT¶
CreateAccessTokenOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier for the access token.
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
The Amazon Resource Name (ARN) of the access token.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the access token was created.
iv_dnsviewid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The ID of the DNS view associated with this access token.
iv_expiresat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the access token expires.
iv_status TYPE /AWS1/R5GTOKENSTATUS /AWS1/R5GTOKENSTATUS¶
The operational status of the access token.
iv_value TYPE /AWS1/R5GACCESSTOKENVALUE /AWS1/R5GACCESSTOKENVALUE¶
The access token value. This token should be included in DoH and DoT requests for authentication. Keep this value secure as it provides access to your Route 53 Global Resolver.
Optional arguments:¶
iv_clienttoken TYPE /AWS1/R5GCLIENTTOKEN /AWS1/R5GCLIENTTOKEN¶
The unique string that identifies the request and ensures idempotency.
iv_name TYPE /AWS1/R5GRESOURCENAMESHORT /AWS1/R5GRESOURCENAMESHORT¶
The name of the access token.
Queryable Attributes¶
id¶
The unique identifier for the access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
clientToken¶
The unique string that identifies the request and ensures idempotency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
createdAt¶
The date and time when the access token was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
dnsViewId¶
The ID of the DNS view associated with this access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSVIEWID() |
Getter for DNSVIEWID, with configurable default |
ASK_DNSVIEWID() |
Getter for DNSVIEWID w/ exceptions if field has no value |
HAS_DNSVIEWID() |
Determine if DNSVIEWID has a value |
expiresAt¶
The date and time when the access token expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESAT() |
Getter for EXPIRESAT, with configurable default |
ASK_EXPIRESAT() |
Getter for EXPIRESAT w/ exceptions if field has no value |
HAS_EXPIRESAT() |
Determine if EXPIRESAT has a value |
name¶
The name of the access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The operational status of the access token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
value¶
The access token value. This token should be included in DoH and DoT requests for authentication. Keep this value secure as it provides access to your Route 53 Global Resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |