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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCrawler.LakeFormationConfigurationProperty
static final class
An implementation forCfnCrawler.LakeFormationConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
Required for cross account crawls.For same account crawls as the target data, this can be left as null.
- See Also:
-
getUseLakeFormationCredentials
Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.- See Also:
-
builder
-