This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::ConnectionType JWTBearerProperties
The JWTBearerProperties property type specifies Property description not available. for an AWS::Glue::ConnectionType.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ContentType" :String, "JwtToken" :SecretConnectorProperty, "RequestMethod" :String, "TokenUrl" :ConnectorProperty, "TokenUrlParameters" :[ ConnectorProperty, ... ]}
YAML
ContentType:StringJwtToken:SecretConnectorPropertyRequestMethod:StringTokenUrl:ConnectorPropertyTokenUrlParameters:- ConnectorProperty
Properties
ContentTypeProperty description not available.
Required: No
Type: String
Allowed values:
APPLICATION_JSON | URL_ENCODEDUpdate requires: Replacement
JwtTokenProperty description not available.
Required: No
Type: SecretConnectorProperty
Update requires: Replacement
RequestMethodProperty description not available.
Required: No
Type: String
Allowed values:
GET | POSTUpdate requires: Replacement
TokenUrlProperty description not available.
Required: No
Type: ConnectorProperty
Update requires: Replacement
TokenUrlParametersProperty description not available.
Required: No
Type: Array of ConnectorProperty
Update requires: Replacement