Interface CfnConnectionPropsMixin.SparkGlueArgsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.SparkGlueArgsProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.SparkGlueArgsProperty
extends software.amazon.jsii.JsiiSerializable
The Spark AWS Glue args.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
SparkGlueArgsProperty sparkGlueArgsProperty = SparkGlueArgsProperty.builder()
.connection("connection")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.SparkGlueArgsPropertystatic final classAn implementation forCfnConnectionPropsMixin.SparkGlueArgsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnection
The connection in the Spark AWS Glue args.- See Also:
-
builder
-