interface ServerlessCacheSnapshotReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ElastiCache.ServerlessCacheSnapshotReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awselasticache#ServerlessCacheSnapshotReference |
Java | software.amazon.awscdk.interfaces.elasticache.ServerlessCacheSnapshotReference |
Python | aws_cdk.interfaces.aws_elasticache.ServerlessCacheSnapshotReference |
TypeScript | aws-cdk-lib » interfaces » aws_elasticache » ServerlessCacheSnapshotReference |
A reference to a ServerlessCacheSnapshot 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_elasticache } from 'aws-cdk-lib/interfaces';
const serverlessCacheSnapshotReference: interfaces_elasticache.ServerlessCacheSnapshotReference = {
serverlessCacheSnapshotArn: 'serverlessCacheSnapshotArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| serverless | string | The ARN of the ServerlessCacheSnapshot resource. |
serverlessCacheSnapshotArn
Type:
string
The ARN of the ServerlessCacheSnapshot resource.

.NET
Go
Java
Python
TypeScript