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 ConnectorOAuth2Properties
The ConnectorOAuth2Properties 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
{ "AuthorizationCodeProperties" :ConnectorAuthorizationCodeProperties, "ClientCredentialsProperties" :ClientCredentialsProperties, "JWTBearerProperties" :JWTBearerProperties, "OAuth2GrantType" :String}
YAML
AuthorizationCodeProperties:ConnectorAuthorizationCodePropertiesClientCredentialsProperties:ClientCredentialsPropertiesJWTBearerProperties:JWTBearerPropertiesOAuth2GrantType:String
Properties
Property description not available.
Required: No
Type: ConnectorAuthorizationCodeProperties
Update requires: Replacement
ClientCredentialsPropertiesProperty description not available.
Required: No
Type: ClientCredentialsProperties
Update requires: Replacement
JWTBearerPropertiesProperty description not available.
Required: No
Type: JWTBearerProperties
Update requires: Replacement
OAuth2GrantTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
CLIENT_CREDENTIALS | JWT_BEARER | AUTHORIZATION_CODEUpdate requires: Replacement