CacheArgs

constructor(accessKeysAuthenticationEnabled: Output<Boolean>? = null, capacity: Output<Int>? = null, family: Output<String>? = null, identity: Output<CacheIdentityArgs>? = null, location: Output<String>? = null, minimumTlsVersion: Output<String>? = null, name: Output<String>? = null, nonSslPortEnabled: Output<Boolean>? = null, patchSchedules: Output<List<CachePatchScheduleArgs>>? = null, privateStaticIpAddress: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, redisConfiguration: Output<CacheRedisConfigurationArgs>? = null, redisVersion: Output<String>? = null, replicasPerMaster: Output<Int>? = null, replicasPerPrimary: Output<Int>? = null, resourceGroupName: Output<String>? = null, shardCount: Output<Int>? = null, skuName: Output<String>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, tenantSettings: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)