AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ModifyServerlessCache operation. This API modifies the attributes of a serverless cache.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.ModifyServerlessCacheRequest

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyServerlessCacheRequest : AmazonElastiCacheRequest
         IAmazonWebServiceRequest

The ModifyServerlessCacheRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CacheUsageLimits Amazon.ElastiCache.Model.CacheUsageLimits

Gets and sets the property CacheUsageLimits.

Modify the cache usage limit for the serverless cache.

Public Property DailySnapshotTime System.String

Gets and sets the property DailySnapshotTime.

The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis only. The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.

Public Property Description System.String

Gets and sets the property Description.

User provided description for the serverless cache. Default = NULL, i.e. the existing description is not removed/modified. The description has a maximum length of 255 characters.

Public Property RemoveUserGroup System.Boolean

Gets and sets the property RemoveUserGroup.

The identifier of the UserGroup to be removed from association with the Redis serverless cache. Available for Redis only. Default is NULL.

Public Property SecurityGroupIds System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroupIds.

The new list of VPC security groups to be associated with the serverless cache. Populating this list means the current VPC security groups will be removed. This security group is used to authorize traffic access for the VPC end-point (private-link). Default = NULL - the existing list of VPC security groups is not removed.

Public Property ServerlessCacheName System.String

Gets and sets the property ServerlessCacheName.

User-provided identifier for the serverless cache to be modified.

Public Property SnapshotRetentionLimit System.Int32

Gets and sets the property SnapshotRetentionLimit.

The number of days for which Elasticache retains automatic snapshots before deleting them. Available for Redis only. Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified. The maximum value allowed is 35 days.

Public Property UserGroupId System.String

Gets and sets the property UserGroupId.

The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL - the existing UserGroup is not removed.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5