CachingConfig
public struct CachingConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The caching keys for a resolver that has caching enabled. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.
Declaration
Swift
public let cachingKeys: [String]?
-
The TTL in seconds for a resolver that has caching enabled. Valid values are between 1 and 3600 seconds.
Declaration
Swift
public let ttl: Int64?
-
Undocumented
Declaration
Swift
public init(cachingKeys: [String]? = nil, ttl: Int64? = nil)