Struct aws_sdk_appsync::model::DynamodbDataSourceConfig
source · #[non_exhaustive]pub struct DynamodbDataSourceConfig { /* private fields */ }
Expand description
Describes an Amazon DynamoDB data source configuration.
Implementations§
source§impl DynamodbDataSourceConfig
impl DynamodbDataSourceConfig
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The table name.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The Amazon Web Services Region.
sourcepub fn use_caller_credentials(&self) -> bool
pub fn use_caller_credentials(&self) -> bool
Set to TRUE to use Amazon Cognito credentials with this data source.
sourcepub fn delta_sync_config(&self) -> Option<&DeltaSyncConfig>
pub fn delta_sync_config(&self) -> Option<&DeltaSyncConfig>
The DeltaSyncConfig
for a versioned data source.
source§impl DynamodbDataSourceConfig
impl DynamodbDataSourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DynamodbDataSourceConfig
.
Trait Implementations§
source§impl Clone for DynamodbDataSourceConfig
impl Clone for DynamodbDataSourceConfig
source§fn clone(&self) -> DynamodbDataSourceConfig
fn clone(&self) -> DynamodbDataSourceConfig
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 DynamodbDataSourceConfig
impl Debug for DynamodbDataSourceConfig
source§impl PartialEq<DynamodbDataSourceConfig> for DynamodbDataSourceConfig
impl PartialEq<DynamodbDataSourceConfig> for DynamodbDataSourceConfig
source§fn eq(&self, other: &DynamodbDataSourceConfig) -> bool
fn eq(&self, other: &DynamodbDataSourceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.