AWSCDK::Elasticache

20 types

Amazon ElastiCache Construct Library

This module is part of the AWS Cloud Development Kit project.

require 'aws-cdk-lib'

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::ElastiCache.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

API Reference

Classes 10

CfnCacheClusterThe `AWS::ElastiCache::CacheCluster` type creates an Amazon ElastiCache cache cluster. CfnGlobalReplicationGroupConsists of a primary cluster that accepts writes and an associated secondary cluster that CfnParameterGroupThe `AWS::ElastiCache::ParameterGroup` type creates a new cache parameter group. CfnReplicationGroupThe `AWS::ElastiCache::ReplicationGroup` resource creates an Amazon ElastiCache (Valkey or CfnSecurityGroupThe `AWS::ElastiCache::SecurityGroup` resource creates a cache security group. CfnSecurityGroupIngressThe AWS::ElastiCache::SecurityGroupIngress type authorizes ingress to a cache security gro CfnServerlessCacheThe resource representing a serverless cache. CfnSubnetGroupCreates a cache subnet group. CfnUserFor Valkey 7.2 and onwards, or Redis OSS engine version 6.0 and onwards: Creates user. For CfnUserGroupFor Valkey 7.2 and onwards, or Redis OSS 6.0 and onwards: Creates a user group. For more i

Interfaces 10

CfnCacheClusterPropsProperties for defining a `CfnCacheCluster`. CfnGlobalReplicationGroupPropsProperties for defining a `CfnGlobalReplicationGroup`. CfnParameterGroupPropsProperties for defining a `CfnParameterGroup`. CfnReplicationGroupPropsProperties for defining a `CfnReplicationGroup`. CfnSecurityGroupIngressPropsProperties for defining a `CfnSecurityGroupIngress`. CfnSecurityGroupPropsProperties for defining a `CfnSecurityGroup`. CfnServerlessCachePropsProperties for defining a `CfnServerlessCache`. CfnSubnetGroupPropsProperties for defining a `CfnSubnetGroup`. CfnUserGroupPropsProperties for defining a `CfnUserGroup`. CfnUserPropsProperties for defining a `CfnUser`.