View a markdown version of this page

AWS::Glue::ConnectionType SecretConnectorProperty - AWS CloudFormation

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 SecretConnectorProperty

The SecretConnectorProperty 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

{ "KeyOverride" : String, "Name" : String, "PropertyLocation" : String, "PropertyType" : String, "Required" : Boolean }

YAML

KeyOverride: String Name: String PropertyLocation: String PropertyType: String Required: Boolean

Properties

KeyOverride

Property description not available.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 128

Update requires: Replacement

Name

Property description not available.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: Replacement

PropertyLocation

Property description not available.

Required: No

Type: String

Allowed values: HEADER | BODY | QUERY_PARAM | PATH

Update requires: Replacement

PropertyType

Property description not available.

Required: Yes

Type: String

Allowed values: SECRET

Update requires: Replacement

Required

Property description not available.

Required: Yes

Type: Boolean

Update requires: Replacement