Class CfnCrawler.LakeFormationConfigurationProperty
Specifies AWS Lake Formation configuration settings for the crawler.
Inheritance
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LakeFormationConfigurationProperty : Object, CfnCrawler.ILakeFormationConfigurationProperty
Syntax (vb)
Public Class LakeFormationConfigurationProperty
Inherits Object
Implements CfnCrawler.ILakeFormationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Glue;
var lakeFormationConfigurationProperty = new LakeFormationConfigurationProperty {
AccountId = "accountId",
UseLakeFormationCredentials = false
};
Synopsis
Constructors
Lake |
Properties
Account |
Required for cross account crawls. |
Use |
Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials. |
Constructors
LakeFormationConfigurationProperty()
public LakeFormationConfigurationProperty()
Properties
AccountId
Required for cross account crawls.
public string AccountId { get; set; }
Property Value
System.
Remarks
For same account crawls as the target data, this can be left as null.
UseLakeFormationCredentials
Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.
public object UseLakeFormationCredentials { get; set; }
Property Value
System.