interface ServerlessCacheReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ElastiCache.ServerlessCacheReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awselasticache#ServerlessCacheReference |
Java | software.amazon.awscdk.interfaces.elasticache.ServerlessCacheReference |
Python | aws_cdk.interfaces.aws_elasticache.ServerlessCacheReference |
TypeScript | aws-cdk-lib » interfaces » aws_elasticache » ServerlessCacheReference |
A reference to a ServerlessCache resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as interfaces_aws_elasticache } from 'aws-cdk-lib/interfaces';
const serverlessCacheReference: interfaces_aws_elasticache.ServerlessCacheReference = {
serverlessCacheName: 'serverlessCacheName',
};
Properties
| Name | Type | Description |
|---|---|---|
| serverless | string | The ServerlessCacheName of the ServerlessCache resource. |
serverlessCacheName
Type:
string
The ServerlessCacheName of the ServerlessCache resource.

.NET
Go
Java
Python
TypeScript