Class ResolverCachingConfig
Inheritance
System.Object
ResolverCachingConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppSync.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverCachingConfig
Fields
View SourceCachingKeys
The list of caching key.
Declaration
public readonly ImmutableArray<string> CachingKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Ttl
The TTL in seconds.
Declaration
public readonly int? Ttl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |