AWS::DataZone::Connection SparkGluePropertiesInput - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::DataZone::Connection SparkGluePropertiesInput

The Spark AWS Glue properties.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AdditionalArgs" : SparkGlueArgs, "GlueConnectionName" : String, "GlueVersion" : String, "IdleTimeout" : Number, "JavaVirtualEnv" : String, "NumberOfWorkers" : Number, "PythonVirtualEnv" : String, "WorkerType" : String }

Properties

AdditionalArgs

The additional args in the Spark AWS Glue properties.

Required: No

Type: SparkGlueArgs

Update requires: No interruption

GlueConnectionName

The AWS Glue connection name in the Spark AWS Glue properties. Specify either glueConnectionName or glueConnectionNames, but not both.

Required: No

Type: String

Pattern: ^[\S]*$

Minimum: 1

Maximum: 255

Update requires: No interruption

GlueVersion

The AWS Glue version in the Spark AWS Glue properties.

Required: No

Type: String

Pattern: ^\w+\.\w+$

Maximum: 256

Update requires: No interruption

IdleTimeout

The idle timeout in the Spark AWS Glue properties.

Required: No

Type: Number

Minimum: 1

Maximum: 3000

Update requires: No interruption

JavaVirtualEnv

The Java virtual env in the Spark AWS Glue properties.

Required: No

Type: String

Pattern: ^[\S]*$

Maximum: 256

Update requires: No interruption

NumberOfWorkers

The number of workers in the Spark AWS Glue properties.

Required: No

Type: Number

Minimum: 1

Maximum: 1000

Update requires: No interruption

PythonVirtualEnv

The Python virtual env in the Spark AWS Glue properties.

Required: No

Type: String

Pattern: ^[\S]*$

Maximum: 256

Update requires: No interruption

WorkerType

The worker type in the Spark AWS Glue properties.

Required: No

Type: String

Pattern: ^[G|Z].*$

Maximum: 256

Update requires: No interruption