Show / Hide Table of Contents

Class CfnConnection.SparkGluePropertiesInputProperty

The Spark AWS Glue properties.

Inheritance
object
CfnConnection.SparkGluePropertiesInputProperty
Implements
CfnConnection.ISparkGluePropertiesInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.SparkGluePropertiesInputProperty : CfnConnection.ISparkGluePropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.SparkGluePropertiesInputProperty Implements 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

Constructors

SparkGluePropertiesInputProperty()

The Spark AWS Glue properties.

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.

Constructors

SparkGluePropertiesInputProperty()

The Spark AWS Glue properties.

public SparkGluePropertiesInputProperty()
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"
             };

Properties

AdditionalArgs

The additional args in the Spark AWS Glue properties.

public object? AdditionalArgs { get; set; }
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.

public string? GlueConnectionName { get; set; }
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.

public string? GlueVersion { get; set; }
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.

public double? IdleTimeout { get; set; }
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.

public string? JavaVirtualEnv { get; set; }
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.

public double? NumberOfWorkers { get; set; }
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.

public string? PythonVirtualEnv { get; set; }
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.

public string? WorkerType { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnection.ISparkGluePropertiesInputProperty
Back to top Generated by DocFX