Struct aws_sdk_glue::model::AthenaConnectorSource
source · #[non_exhaustive]pub struct AthenaConnectorSource { /* private fields */ }Expand description
Specifies a connector to an Amazon Athena data source.
Implementations§
source§impl AthenaConnectorSource
impl AthenaConnectorSource
sourcepub fn connection_name(&self) -> Option<&str>
pub fn connection_name(&self) -> Option<&str>
The name of the connection that is associated with the connector.
sourcepub fn connector_name(&self) -> Option<&str>
pub fn connector_name(&self) -> Option<&str>
The name of a connector that assists with accessing the data store in Glue Studio.
sourcepub fn connection_type(&self) -> Option<&str>
pub fn connection_type(&self) -> Option<&str>
The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store.
sourcepub fn connection_table(&self) -> Option<&str>
pub fn connection_table(&self) -> Option<&str>
The name of the table in the data source.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of the Cloudwatch log group to read from. For example, /aws-glue/jobs/output.
sourcepub fn output_schemas(&self) -> Option<&[GlueSchema]>
pub fn output_schemas(&self) -> Option<&[GlueSchema]>
Specifies the data schema for the custom Athena source.
source§impl AthenaConnectorSource
impl AthenaConnectorSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AthenaConnectorSource.
Trait Implementations§
source§impl Clone for AthenaConnectorSource
impl Clone for AthenaConnectorSource
source§fn clone(&self) -> AthenaConnectorSource
fn clone(&self) -> AthenaConnectorSource
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 AthenaConnectorSource
impl Debug for AthenaConnectorSource
source§impl PartialEq<AthenaConnectorSource> for AthenaConnectorSource
impl PartialEq<AthenaConnectorSource> for AthenaConnectorSource
source§fn eq(&self, other: &AthenaConnectorSource) -> bool
fn eq(&self, other: &AthenaConnectorSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.