ServerlessCacheArgs

constructor(cacheUsageLimits: Output<ServerlessCacheCacheUsageLimitsArgs>? = null, dailySnapshotTime: Output<String>? = null, description: Output<String>? = null, endpoint: Output<ServerlessCacheEndpointArgs>? = null, engine: Output<String>? = null, finalSnapshotName: Output<String>? = null, kmsKeyId: Output<String>? = null, majorEngineVersion: Output<String>? = null, readerEndpoint: Output<ServerlessCacheEndpointArgs>? = null, securityGroupIds: Output<List<String>>? = null, serverlessCacheName: Output<String>? = null, snapshotArnsToRestore: Output<List<String>>? = null, snapshotRetentionLimit: Output<Int>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, userGroupId: Output<String>? = null)