AWS Fundamentals Logo
AWS Fundamentals
AWS::AppSync::ApiCache

AppSync ApiCache

Resource Type definition for AWS::AppSync::ApiCache

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApiCachingBehavior
string
Required
ApiId
string
RequiredCreate-only
Ttl
number
Required
Type
string
Required
AtRestEncryptionEnabled
boolean
HealthMetricsConfig
string
TransitEncryptionEnabled
boolean

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: 1

Get the AppSync Cheat Sheet

Everything you need to know about AppSync on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceAppSync
Properties8
Required4
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ApiId

External Links