GlueOAuth2Credentials
The GlueOAuth2 credentials of a connection.
Contents
- accessToken
-
The access token of a connection.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Pattern:
^[\x20-\x7E]*$
Required: No
- jwtToken
-
The jwt token of the connection.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8000.
Pattern:
^([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)$
Required: No
- refreshToken
-
The refresh token of the connection.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Pattern:
^[\x20-\x7E]*$
Required: No
- userManagedClientApplicationClientSecret
-
The user managed client application client secret of the connection.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 512.
Pattern:
^[\x20-\x7E]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: