TokenData
Describes a token.
Contents
- ExpirationTime
-
Token expiration time, in ISO8601-UTC format.
Type: String
Length Constraints: Maximum length of 50.
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|[+-](?:2[ 0-3]|[0-1][0-9]):[0-5][0-9])+$
Required: No
- LicenseArn
-
Amazon Resource Name (ARN) of the license.
Type: String
Required: No
- RoleArns
-
Amazon Resource Names (ARN) of the roles included in the token.
Type: Array of strings
Length Constraints: Maximum length of 2048.
Pattern:
^arn:aws(-(cn|us-gov|iso-b|iso-c|iso-d))?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$
Required: No
- Status
-
Token status. The possible values are
AVAILABLE
andDELETED
.Type: String
Required: No
- TokenId
-
Token ID.
Type: String
Required: No
- TokenProperties
-
Data specified by the caller.
Type: Array of strings
Array Members: Maximum number of 3 items.
Required: No
- TokenType
-
Type of token generated. The supported value is
REFRESH_TOKEN
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: