Interface CfnConnection.ISparkGlueArgsProperty
The Spark AWS Glue args.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.ISparkGlueArgsProperty
Syntax (vb)
Public Interface 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
Properties
| Connection | The connection in the Spark AWS Glue args. |
Properties
Connection
The connection in the Spark AWS Glue args.
string? Connection { get; }