Show / Hide Table of Contents

Class CfnConnection.SparkGlueArgsProperty

The Spark AWS Glue args.

Inheritance
object
CfnConnection.SparkGlueArgsProperty
Implements
CfnConnection.ISparkGlueArgsProperty
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.SparkGlueArgsProperty : CfnConnection.ISparkGlueArgsProperty
Syntax (vb)
Public Class CfnConnection.SparkGlueArgsProperty Implements 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

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

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"
             };

Properties

Connection

The connection in the Spark AWS Glue args.

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

string

Remarks

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

Implements

CfnConnection.ISparkGlueArgsProperty
Back to top Generated by DocFX