Show / Hide Table of Contents

Interface CfnConnection.ISparkGluePropertiesInputProperty

The Spark AWS Glue properties.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.ISparkGluePropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.ISparkGluePropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataZone;

             var sparkGluePropertiesInputProperty = new SparkGluePropertiesInputProperty {
                 AdditionalArgs = new SparkGlueArgsProperty {
                     Connection = "connection"
                 },
                 GlueConnectionName = "glueConnectionName",
                 GlueVersion = "glueVersion",
                 IdleTimeout = 123,
                 JavaVirtualEnv = "javaVirtualEnv",
                 NumberOfWorkers = 123,
                 PythonVirtualEnv = "pythonVirtualEnv",
                 WorkerType = "workerType"
             };

Synopsis

Properties

AdditionalArgs

The additional args in the Spark AWS Glue properties.

GlueConnectionName

The AWS Glue connection name in the Spark AWS Glue properties.

GlueVersion

The AWS Glue version in the Spark AWS Glue properties.

IdleTimeout

The idle timeout in the Spark AWS Glue properties.

JavaVirtualEnv

The Java virtual env in the Spark AWS Glue properties.

NumberOfWorkers

The number of workers in the Spark AWS Glue properties.

PythonVirtualEnv

The Python virtual env in the Spark AWS Glue properties.

WorkerType

The worker type in the Spark AWS Glue properties.

Properties

AdditionalArgs

The additional args in the Spark AWS Glue properties.

object? AdditionalArgs { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-additionalargs

Type union: either IResolvable or CfnConnection.ISparkGlueArgsProperty

GlueConnectionName

The AWS Glue connection name in the Spark AWS Glue properties.

string? GlueConnectionName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-glueconnectionname

GlueVersion

The AWS Glue version in the Spark AWS Glue properties.

string? GlueVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-glueversion

IdleTimeout

The idle timeout in the Spark AWS Glue properties.

double? IdleTimeout { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-idletimeout

JavaVirtualEnv

The Java virtual env in the Spark AWS Glue properties.

string? JavaVirtualEnv { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-javavirtualenv

NumberOfWorkers

The number of workers in the Spark AWS Glue properties.

double? NumberOfWorkers { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-numberofworkers

PythonVirtualEnv

The Python virtual env in the Spark AWS Glue properties.

string? PythonVirtualEnv { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-pythonvirtualenv

WorkerType

The worker type in the Spark AWS Glue properties.

string? WorkerType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-workertype

Back to top Generated by DocFX