Class CfnConnection.SparkGlueArgsProperty
The Spark AWS Glue args.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.SparkGlueArgsProperty : CfnConnection.ISparkGlueArgsProperty
Syntax (vb)
Public Class CfnConnection.SparkGlueArgsProperty Implements CfnConnection.ISparkGlueArgsProperty
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 sparkGlueArgsProperty = new SparkGlueArgsProperty {
Connection = "connection"
};
Synopsis
Constructors
| SparkGlueArgsProperty() | The Spark AWS Glue args. |
Properties
| Connection | The connection in the Spark AWS Glue args. |
Constructors
SparkGlueArgsProperty()
The Spark AWS Glue args.
public SparkGlueArgsProperty()
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 sparkGlueArgsProperty = new SparkGlueArgsProperty {
Connection = "connection"
};
Properties
Connection
The connection in the Spark AWS Glue args.
public string? Connection { get; set; }