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
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
Remarks
GlueConnectionName
The AWS Glue connection name in the Spark AWS Glue properties.
string? GlueConnectionName { get; }
Property Value
Remarks
GlueVersion
The AWS Glue version in the Spark AWS Glue properties.
string? GlueVersion { get; }
Property Value
Remarks
IdleTimeout
The idle timeout in the Spark AWS Glue properties.
double? IdleTimeout { get; }
Property Value
Remarks
JavaVirtualEnv
The Java virtual env in the Spark AWS Glue properties.
string? JavaVirtualEnv { get; }
Property Value
Remarks
NumberOfWorkers
The number of workers in the Spark AWS Glue properties.
double? NumberOfWorkers { get; }
Property Value
Remarks
PythonVirtualEnv
The Python virtual env in the Spark AWS Glue properties.
string? PythonVirtualEnv { get; }
Property Value
Remarks
WorkerType
The worker type in the Spark AWS Glue properties.
string? WorkerType { get; }