interface LakeFormationConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnCrawler.LakeFormationConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnCrawler_LakeFormationConfigurationProperty |
![]() | software.amazon.awscdk.services.glue.CfnCrawler.LakeFormationConfigurationProperty |
![]() | aws_cdk.aws_glue.CfnCrawler.LakeFormationConfigurationProperty |
![]() | aws-cdk-lib » aws_glue » CfnCrawler » LakeFormationConfigurationProperty |
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 { aws_glue as glue } from 'aws-cdk-lib';
const lakeFormationConfigurationProperty: glue.CfnCrawler.LakeFormationConfigurationProperty = {
accountId: 'accountId',
useLakeFormationCredentials: false,
};
Properties
Name | Type | Description |
---|---|---|
account | string | Required for cross account crawls. |
use | boolean | IResolvable | Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials. |
accountId?
Type:
string
(optional)
Required for cross account crawls.
For same account crawls as the target data, this can be left as null.
useLakeFormationCredentials?
Type:
boolean |
IResolvable
(optional)
Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.