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 ClientCredentialsProperties
The ClientCredentialsProperties 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
{ "ClientId" :SecretConnectorProperty, "ClientSecret" :SecretConnectorProperty, "ContentType" :String, "RequestMethod" :String, "Scope" :ConnectorProperty, "TokenUrl" :ConnectorProperty, "TokenUrlParameters" :[ ConnectorProperty, ... ]}
YAML
ClientId:SecretConnectorPropertyClientSecret:SecretConnectorPropertyContentType:StringRequestMethod:StringScope:ConnectorPropertyTokenUrl:ConnectorPropertyTokenUrlParameters:- ConnectorProperty
Properties
ClientIdProperty description not available.
Required: No
Type: SecretConnectorProperty
Update requires: Replacement
ClientSecretProperty description not available.
Required: No
Type: SecretConnectorProperty
Update requires: Replacement
ContentTypeProperty description not available.
Required: No
Type: String
Allowed values:
APPLICATION_JSON | URL_ENCODEDUpdate requires: Replacement
RequestMethodProperty description not available.
Required: No
Type: String
Allowed values:
GET | POSTUpdate requires: Replacement
ScopeProperty description not available.
Required: No
Type: ConnectorProperty
Update 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