interface ApiCacheReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.ApiCacheReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#ApiCacheReference |
![]() | software.amazon.awscdk.services.appsync.ApiCacheReference |
![]() | aws_cdk.aws_appsync.ApiCacheReference |
![]() | aws-cdk-lib » aws_appsync » ApiCacheReference |
A reference to a ApiCache resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const apiCacheReference: appsync.ApiCacheReference = {
apiCacheId: 'apiCacheId',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The Id of the ApiCache resource. |
apiCacheId
Type:
string
The Id of the ApiCache resource.