Struct aws_sdk_glue::model::CatalogTarget
source · #[non_exhaustive]pub struct CatalogTarget { /* private fields */ }Expand description
Specifies an Glue Data Catalog target.
Implementations§
source§impl CatalogTarget
impl CatalogTarget
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database to be synchronized.
sourcepub fn connection_name(&self) -> Option<&str>
pub fn connection_name(&self) -> Option<&str>
The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.
sourcepub fn event_queue_arn(&self) -> Option<&str>
pub fn event_queue_arn(&self) -> Option<&str>
A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.
sourcepub fn dlq_event_queue_arn(&self) -> Option<&str>
pub fn dlq_event_queue_arn(&self) -> Option<&str>
A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.
source§impl CatalogTarget
impl CatalogTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CatalogTarget.
Trait Implementations§
source§impl Clone for CatalogTarget
impl Clone for CatalogTarget
source§fn clone(&self) -> CatalogTarget
fn clone(&self) -> CatalogTarget
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 CatalogTarget
impl Debug for CatalogTarget
source§impl PartialEq<CatalogTarget> for CatalogTarget
impl PartialEq<CatalogTarget> for CatalogTarget
source§fn eq(&self, other: &CatalogTarget) -> bool
fn eq(&self, other: &CatalogTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.