Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkglueargs.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 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; }
Property Value

string

Remarks

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

Back to top Generated by DocFX