Struct aws_sdk_appsync::model::CachingConfig [−][src]
Expand description
The caching configuration for a resolver that has caching enabled.
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.ttl: i64The TTL in seconds for a resolver that has caching enabled.
Valid values are between 1 and 3600 seconds.
caching_keys: Option<Vec<String>>The caching keys for a resolver that has caching enabled.
Valid values are entries from the $context.arguments,
$context.source, and $context.identity maps.
Implementations
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