interface CfnReservedCacheNodeMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElastiCache.CfnReservedCacheNodeMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselasticache#CfnReservedCacheNodeMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnReservedCacheNodeMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_elasticache.CfnReservedCacheNodeMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elasticache » CfnReservedCacheNodeMixinProps |
Properties for CfnReservedCacheNodePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as elasticache } from '@aws-cdk/cfn-property-mixins';
const cfnReservedCacheNodeMixinProps: elasticache.CfnReservedCacheNodeMixinProps = { };

.NET
Go
Java
Python
TypeScript