Interface CfnDataset.GlueConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataset.GlueConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataset

@Stability(Stable) public static interface CfnDataset.GlueConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotanalytics.*;
 GlueConfigurationProperty glueConfigurationProperty = GlueConfigurationProperty.builder()
         .databaseName("databaseName")
         .tableName("tableName")
         .build();
 
  • Method Details