The AWS::ElastiCache::ServerlessCache resource creates an Amazon ElastiCache Serverless Cache.
engine
(String) The engine name of the Serverless Cache.serverless_cache_name
(String) The name of the Serverless Cache. This value must be unique.cache_usage_limits
(Attributes) The cache capacity limit of the Serverless Cache. (see below for nested schema)daily_snapshot_time
(String) The daily time range (in UTC) during which the service takes automatic snapshot of the Serverless Cache.description
(String) The description of the Serverless Cache.endpoint
(Attributes) The address and the port. (see below for nested schema)final_snapshot_name
(String) The final snapshot name which is taken before Serverless Cache is deleted.kms_key_id
(String) The ID of the KMS key used to encrypt the cluster.major_engine_version
(String) The major engine version of the Serverless Cache.reader_endpoint
(Attributes) The address and the port. (see below for nested schema)security_group_ids
(Set of String) One or more Amazon VPC security groups associated with this Serverless Cache.snapshot_arns_to_restore
(Set of String) The ARN's of snapshot to restore Serverless Cache.snapshot_retention_limit
(Number) The snapshot retention limit of the Serverless Cache.subnet_ids
(Set of String) The subnet id's of the Serverless Cache.tags
(Attributes Set) An array of key-value pairs to apply to this Serverless Cache. (see below for nested schema)user_group_id
(String) The ID of the user group.arn
(String) The ARN of the Serverless Cache.create_time
(String) The creation time of the Serverless Cache.full_engine_version
(String) The full engine version of the Serverless Cache.id
(String) Uniquely identifies the resource.status
(String) The status of the Serverless Cache.cache_usage_limits
Optional:
data_storage
(Attributes) The cached data capacity of the Serverless Cache. (see below for nested schema)ecpu_per_second
(Attributes) The ECPU per second of the Serverless Cache. (see below for nested schema)cache_usage_limits.data_storage
Required:
unit
(String) The unit of cached data capacity of the Serverless Cache.Optional:
maximum
(Number) The maximum cached data capacity of the Serverless Cache.minimum
(Number) The minimum cached data capacity of the Serverless Cache.cache_usage_limits.ecpu_per_second
Optional:
maximum
(Number) The maximum ECPU per second of the Serverless Cache.minimum
(Number) The minimum ECPU per second of the Serverless Cache.endpoint
Read-Only:
address
(String) Endpoint address.port
(String) Endpoint port.reader_endpoint
Read-Only:
address
(String) Endpoint address.port
(String) Endpoint port.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Optional:
value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_elasticache_serverless_cache.example <resource ID>