AWS::AppSync::ApiCacheResource Type definition for AWS::AppSync::ApiCache
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApiCachingBehavior | string | Required |
ApiId | string | RequiredCreate-only |
Ttl | number | Required |
Type | string | Required |
AtRestEncryptionEnabled | boolean | |
HealthMetricsConfig | string | |
TransitEncryptionEnabled | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppSync::ApiCache
Resources:
MyResource:
Type: AWS::AppSync::ApiCache
Properties:
Type: "value"
ApiId: "my-apiid"
ApiCachingBehavior: "value"
Ttl: 1Everything you need to know about AppSync on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApiId