elasticache
ElastiCacheCluster (NetworkEntity)
Attributes:
Name | Type | Description |
---|---|---|
cluster_name |
str |
The name of the cluster. |
arn |
str |
The ARN of the cluster. |
replication_group_id |
str |
The ID of the replication group. |
elasticache_security_group_ids |
Optional[list] |
The IDs of the security groups used by this cluster. |
subnet_group_name |
Optional[str] |
The name of the subnet group used by the cluster. |
elasticache_subnet_ids |
Optional[List[str]] |
The IDs of the subnet in the subnet group. |
is_in_default_vpc |
bool |
True if the ElasticCache cluster is in the default VPC. |
snapshot_retention_limit |
Optional[int] |
Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |
engine |
str |
Name of the cache engine to be used for the ElasticCache cluster |
custom_invalidation(self)
inherited
A list of manual reasons why this resource should be invalidated
exclude_from_invalidation(self)
inherited
A list of attributes that should be excluded from the invalidation process
ElastiCacheReplicationGroup (NetworkEntity)
Attributes:
Name | Type | Description |
---|---|---|
replication_group_id |
str |
The ID of this replication group. |
encrypted_at_rest |
bool |
True if the group is configured to encrypt at rest. |
encrypted_in_transit |
bool |
True if this group is configured to encrypt in transit. |
subnet_group_name |
Optional[str] |
The name of the subnet group associated with this replication group. |
elasticache_subnet_ids |
Optional[List[str]] |
The IDs of the subnet from the subnet group. |
elasticache_security_group_ids |
Optional[list] |
The security group IDs used by the cluster. |
is_in_default_vpc |
bool |
True if this group is in the default VPC. |
custom_invalidation(self)
inherited
A list of manual reasons why this resource should be invalidated
exclude_from_invalidation(self)
inherited
A list of attributes that should be excluded from the invalidation process
ElastiCacheSubnetGroup (AwsResource)
Attributes:
Name | Type | Description |
---|---|---|
subnet_group_name |
str |
The name of the subnet group. |
subnet_ids |
list |
The IDs of the subnets included in this group. |
custom_invalidation(self)
inherited
A list of manual reasons why this resource should be invalidated
exclude_from_invalidation(self)
inherited
A list of attributes that should be excluded from the invalidation process