Struct aws_sdk_glue::model::LakeFormationConfiguration
source · #[non_exhaustive]pub struct LakeFormationConfiguration { /* private fields */ }Expand description
Specifies Lake Formation configuration settings for the crawler.
Implementations§
source§impl LakeFormationConfiguration
impl LakeFormationConfiguration
sourcepub fn use_lake_formation_credentials(&self) -> Option<bool>
pub fn use_lake_formation_credentials(&self) -> Option<bool>
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
Required for cross account crawls. For same account crawls as the target data, this can be left as null.
source§impl LakeFormationConfiguration
impl LakeFormationConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LakeFormationConfiguration.
Trait Implementations§
source§impl Clone for LakeFormationConfiguration
impl Clone for LakeFormationConfiguration
source§fn clone(&self) -> LakeFormationConfiguration
fn clone(&self) -> LakeFormationConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LakeFormationConfiguration
impl Debug for LakeFormationConfiguration
source§impl PartialEq<LakeFormationConfiguration> for LakeFormationConfiguration
impl PartialEq<LakeFormationConfiguration> for LakeFormationConfiguration
source§fn eq(&self, other: &LakeFormationConfiguration) -> bool
fn eq(&self, other: &LakeFormationConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.