Uses of Class
software.amazon.awscdk.services.elasticache.CfnServerlessCache.Builder
Packages that use CfnServerlessCache.Builder
Package
Description
Amazon ElastiCache Construct Library
-
Uses of CfnServerlessCache.Builder in software.amazon.awscdk.services.elasticache
Methods in software.amazon.awscdk.services.elasticache that return CfnServerlessCache.BuilderModifier and TypeMethodDescriptionCfnServerlessCache.Builder.cacheUsageLimits(IResolvable cacheUsageLimits) The cache usage limit for the serverless cache.CfnServerlessCache.Builder.cacheUsageLimits(CfnServerlessCache.CacheUsageLimitsProperty cacheUsageLimits) The cache usage limit for the serverless cache.static CfnServerlessCache.BuilderCfnServerlessCache.Builder.dailySnapshotTime(String dailySnapshotTime) The daily time that a cache snapshot will be created.CfnServerlessCache.Builder.description(String description) A description of the serverless cache.CfnServerlessCache.Builder.endpoint(IResolvable endpoint) Represents the information required for client programs to connect to a cache node.CfnServerlessCache.Builder.endpoint(CfnServerlessCache.EndpointProperty endpoint) Represents the information required for client programs to connect to a cache node.The engine the serverless cache is compatible with.CfnServerlessCache.Builder.finalSnapshotName(String finalSnapshotName) The name of the final snapshot taken of a cache before the cache is deleted.The ID of the AWS Key Management Service (KMS) key that is used to encrypt data at rest in the serverless cache.The ID of the AWS Key Management Service (KMS) key that is used to encrypt data at rest in the serverless cache.CfnServerlessCache.Builder.majorEngineVersion(String majorEngineVersion) The version number of the engine the serverless cache is compatible with.CfnServerlessCache.Builder.readerEndpoint(IResolvable readerEndpoint) Represents the information required for client programs to connect to a cache node.CfnServerlessCache.Builder.readerEndpoint(CfnServerlessCache.EndpointProperty readerEndpoint) Represents the information required for client programs to connect to a cache node.CfnServerlessCache.Builder.securityGroupIds(List<? extends Object> securityGroupIds) The IDs of the EC2 security groups associated with the serverless cache.CfnServerlessCache.Builder.serverlessCacheName(String serverlessCacheName) The unique identifier of the serverless cache.CfnServerlessCache.Builder.snapshotArnsToRestore(List<String> snapshotArnsToRestore) The ARN of the snapshot from which to restore data into the new cache.CfnServerlessCache.Builder.snapshotRetentionLimit(Number snapshotRetentionLimit) The current setting for the number of serverless cache snapshots the system will retain.If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC.A list of tags to be added to this resource.CfnServerlessCache.Builder.userGroupId(String userGroupId) The identifier of the user group associated with the serverless cache.CfnServerlessCache.Builder.userGroupId(IUserGroupRef userGroupId) The identifier of the user group associated with the serverless cache.