Struct aws_sdk_appsync::model::CachingConfig [−][src]
Expand description
The caching configuration for a resolver that has caching activated.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ttl: i64
The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
caching_keys: Option<Vec<String>>
The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments
, $context.source
, and $context.identity
maps.
Implementations
The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
Creates a new builder-style object to manufacture CachingConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CachingConfig
impl Send for CachingConfig
impl Sync for CachingConfig
impl Unpin for CachingConfig
impl UnwindSafe for CachingConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more