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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCrawler.DynamoDBTargetProperty
static final class
An implementation forCfnCrawler.DynamoDBTargetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPath
The name of the DynamoDB table to crawl.- See Also:
-
builder
-