A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/AppSync/Types/CreateApiCacheRequest.html below:

CreateApiCacheRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::CreateApiCacheRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateApiCacheRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  api_id: "String",   ttl: 1,   transit_encryption_enabled: false,
  at_rest_encryption_enabled: false,
  api_caching_behavior: "FULL_REQUEST_CACHING",   type: "T2_SMALL", }

Represents the input of a CreateApiCache operation.

Instance Attribute Summary collapse Instance Attribute Details #api_caching_behavior ⇒ String

Caching behavior.

#at_rest_encryption_enabled ⇒ Boolean

At rest encryption flag for cache. This setting cannot be updated after creation.

#transit_encryption_enabled ⇒ Boolean

Transit encryption flag when connecting to cache. This setting cannot be updated after creation.

#ttl ⇒ Integer

TTL in seconds for cache entries.

Valid values are between 1 and 3600 seconds.

#type ⇒ String

The cache instance type. Valid values are

Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.

The following legacy instance types are available, but their use is discouraged:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4