Struct aws_sdk_glue::types::CrawlerTargets

source ·
#[non_exhaustive]
pub struct CrawlerTargets { pub s3_targets: Option<Vec<S3Target>>, pub jdbc_targets: Option<Vec<JdbcTarget>>, pub mongo_db_targets: Option<Vec<MongoDbTarget>>, pub dynamo_db_targets: Option<Vec<DynamoDbTarget>>, pub catalog_targets: Option<Vec<CatalogTarget>>, pub delta_targets: Option<Vec<DeltaTarget>>, pub iceberg_targets: Option<Vec<IcebergTarget>>, pub hudi_targets: Option<Vec<HudiTarget>>, }
Expand description

Specifies data stores to crawl.

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§s3_targets: Option<Vec<S3Target>>

Specifies Amazon Simple Storage Service (Amazon S3) targets.

§jdbc_targets: Option<Vec<JdbcTarget>>

Specifies JDBC targets.

§mongo_db_targets: Option<Vec<MongoDbTarget>>

Specifies Amazon DocumentDB or MongoDB targets.

§dynamo_db_targets: Option<Vec<DynamoDbTarget>>

Specifies Amazon DynamoDB targets.

§catalog_targets: Option<Vec<CatalogTarget>>

Specifies Glue Data Catalog targets.

§delta_targets: Option<Vec<DeltaTarget>>

Specifies Delta data store targets.

§iceberg_targets: Option<Vec<IcebergTarget>>

Specifies Apache Iceberg data store targets.

§hudi_targets: Option<Vec<HudiTarget>>

Specifies Apache Hudi data store targets.

Implementations§

source§

impl CrawlerTargets

source

pub fn s3_targets(&self) -> &[S3Target]

Specifies Amazon Simple Storage Service (Amazon S3) targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .s3_targets.is_none().

source

pub fn jdbc_targets(&self) -> &[JdbcTarget]

Specifies JDBC targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .jdbc_targets.is_none().

source

pub fn mongo_db_targets(&self) -> &[MongoDbTarget]

Specifies Amazon DocumentDB or MongoDB targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .mongo_db_targets.is_none().

source

pub fn dynamo_db_targets(&self) -> &[DynamoDbTarget]

Specifies Amazon DynamoDB targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .dynamo_db_targets.is_none().

source

pub fn catalog_targets(&self) -> &[CatalogTarget]

Specifies Glue Data Catalog targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .catalog_targets.is_none().

source

pub fn delta_targets(&self) -> &[DeltaTarget]

Specifies Delta data store targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .delta_targets.is_none().

source

pub fn iceberg_targets(&self) -> &[IcebergTarget]

Specifies Apache Iceberg data store targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .iceberg_targets.is_none().

source

pub fn hudi_targets(&self) -> &[HudiTarget]

Specifies Apache Hudi data store targets.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .hudi_targets.is_none().

source§

impl CrawlerTargets

source

pub fn builder() -> CrawlerTargetsBuilder

Creates a new builder-style object to manufacture CrawlerTargets.

Trait Implementations§

source§

impl Clone for CrawlerTargets

source§

fn clone(&self) -> CrawlerTargets

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CrawlerTargets

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for CrawlerTargets

source§

fn eq(&self, other: &CrawlerTargets) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for CrawlerTargets

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more