Interface CfnCrawler.LakeFormationConfigurationProperty

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

@Stability(Stable) public static interface CfnCrawler.LakeFormationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies AWS Lake Formation configuration settings for the crawler.

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.*;
 LakeFormationConfigurationProperty lakeFormationConfigurationProperty = LakeFormationConfigurationProperty.builder()
         .accountId("accountId")
         .useLakeFormationCredentials(false)
         .build();
 

See Also: