This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::Connection GlueConnectionInput
The AWS Glue connecton input.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AthenaProperties" :{, "AuthenticationConfiguration" :Key:Value, ...}AuthenticationConfigurationInput, "ConnectionProperties" :{, "ConnectionType" :Key:Value, ...}String, "Description" :String, "MatchCriteria" :String, "Name" :String, "PhysicalConnectionRequirements" :PhysicalConnectionRequirements, "PythonProperties" :{, "SparkProperties" :Key:Value, ...}{, "ValidateCredentials" :Key:Value, ...}Boolean, "ValidateForComputeEnvironments" :[ String, ... ]}
YAML
AthenaProperties:AuthenticationConfiguration:Key:ValueAuthenticationConfigurationInputConnectionProperties:ConnectionType:Key:ValueStringDescription:StringMatchCriteria:StringName:StringPhysicalConnectionRequirements:PhysicalConnectionRequirementsPythonProperties:SparkProperties:Key:ValueValidateCredentials:Key:ValueBooleanValidateForComputeEnvironments:- String
Properties
AthenaProperties-
The Amazon Athena properties of the AWS Glue connection.
Required: No
Type: Object of String
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFF\t]*$Minimum:
1Maximum:
2048Update requires: No interruption
AuthenticationConfiguration-
The authentication configuration of the AWS Glue connection.
Required: No
Type: AuthenticationConfigurationInput
Update requires: No interruption
ConnectionProperties-
The connection properties of the AWS Glue connection.
Required: No
Type: Object of String
Pattern:
.+Minimum:
1Maximum:
2048Update requires: No interruption
ConnectionType-
The connection type of the AWS Glue connection.
Required: No
Type: String
Update requires: No interruption
Description-
The description of the AWS Glue connection.
Required: No
Type: String
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFF\r\n\t]*$Maximum:
2048Update requires: No interruption
MatchCriteria-
The match criteria of the AWS Glue connection.
Required: No
Type: String
Minimum:
0Maximum:
10Update requires: No interruption
Name-
The name of the AWS Glue connection.
Required: No
Type: String
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFF\t]*$Minimum:
1Maximum:
255Update requires: No interruption
PhysicalConnectionRequirements-
The physical connection requirements for the AWS Glue connection.
Required: No
Type: PhysicalConnectionRequirements
Update requires: No interruption
PythonProperties-
The Python properties of the AWS Glue connection.
Required: No
Type: Object of String
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFF\t]*$Minimum:
1Maximum:
2048Update requires: No interruption
SparkProperties-
The Spark properties of the AWS Glue connection.
Required: No
Type: Object of String
Pattern:
^[\u0020-\uD7FF\uE000-\uFFFF\t]*$Minimum:
1Maximum:
2048Update requires: No interruption
ValidateCredentials-
Speciefies whether to validate credentials of the AWS Glue connection.
Required: No
Type: Boolean
Update requires: No interruption
ValidateForComputeEnvironments-
Speciefies whether to validate for compute environments of the AWS Glue connection.
Required: No
Type: Array of String
Minimum:
1Maximum:
50Update requires: No interruption