Interface CfnCrawler.DynamoDBTargetProperty

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

@Stability(Stable) public static interface CfnCrawler.DynamoDBTargetProperty extends software.amazon.jsii.JsiiSerializable
Specifies an Amazon DynamoDB table to crawl.

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.glue.*;
 DynamoDBTargetProperty dynamoDBTargetProperty = DynamoDBTargetProperty.builder()
         .path("path")
         .build();