Interface CfnCrawlerPropsMixin.LakeFormationConfigurationProperty

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

@Stability(Stable) public static interface CfnCrawlerPropsMixin.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.cfnpropertymixins.services.glue.*;
 LakeFormationConfigurationProperty lakeFormationConfigurationProperty = LakeFormationConfigurationProperty.builder()
         .accountId("accountId")
         .useLakeFormationCredentials(false)
         .build();
 

See Also: