Skip to main content

Aws/memorydb

@swamp/aws/memorydbv2026.07.25.1· 1d agoMODELS
01README

AWS MEMORYDB infrastructure models

02Models8
acl.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
ACLNamestringThe name of the acl.
UserNames?arrayList of users associated to this acl.
Tags?arrayAn array of key-value pairs to apply to this cluster.
fn create()
Create a MemoryDB ACL
fn get(identifier: string)
Get a MemoryDB ACL
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB ACL
fn update()
Update a MemoryDB ACL
fn delete(identifier: string)
Delete a MemoryDB ACL
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB ACL
fn sync()
Sync MemoryDB ACL state from AWS
cluster.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
ClusterNamestringThe name of the cluster. This value must be unique as it also serves as the cluster identifier.
Description?stringAn optional description of the cluster.
MultiRegionClusterName?stringThe name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
NodeTypestringThe compute and memory capacity of the nodes in the cluster.
NumShards?numberThe number of shards the cluster will contain.
NumReplicasPerShard?numberThe number of replicas to apply to each shard. The limit is 5.
SubnetGroupName?stringThe name of the subnet group to be used for the cluster.
SecurityGroupIds?arrayOne or more Amazon VPC security groups associated with this cluster.
MaintenanceWindow?stringSpecifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
ParameterGroupName?stringThe name of the parameter group associated with the cluster.
SnapshotRetentionLimit?numberThe number of days for which MemoryDB retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
SnapshotWindow?stringThe daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
ACLNamestringThe name of the Access Control List to associate with the cluster.
SnsTopicArn?stringThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
SnsTopicStatus?stringThe status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
TLSEnabled?booleanA flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.
DataTiering?recordEnables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
NetworkType?recordMust be either ipv4 | ipv6 | dual_stack.
IpDiscovery?recordFor clusters wth dual stack NetworkType, IpDiscovery controls the Ip protocol (ipv4 or ipv6) returned by the engine commands such as `cluster info` and `cluster nodes` which are used by clients to connect to the nodes in the cluster.
KmsKeyId?stringThe ID of the KMS key used to encrypt the cluster.
SnapshotArns?arrayA list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new cluster. The Amazon S3 object name in the ARN cannot contain any commas.
SnapshotName?stringThe name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.
FinalSnapshotName?stringThe user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
Engine?stringThe engine type used by the cluster.
EngineVersion?stringThe Redis engine version used by the cluster.
AutoMinorVersionUpgrade?booleanA flag that enables automatic minor version upgrade when set to true. You cannot modify the value of AutoMinorVersionUpgrade after the cluster is created. To enable AutoMinorVersionUpgrade on a cluster you must set AutoMinorVersionUpgrade to true when you create a cluster.
Tags?arrayAn array of key-value pairs to apply to this cluster.
fn create()
Create a MemoryDB Cluster
fn get(identifier: string)
Get a MemoryDB Cluster
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB Cluster
fn update()
Update a MemoryDB Cluster
fn delete(identifier: string)
Delete a MemoryDB Cluster
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB Cluster
fn sync()
Sync MemoryDB Cluster state from AWS
multi_region_cluster.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
MultiRegionClusterNameSuffix?stringThe name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
Description?stringDescription of the multi region cluster.
NodeTypestringThe compute and memory capacity of the nodes in the multi region cluster.
NumShards?numberThe number of shards the multi region cluster will contain.
MultiRegionParameterGroupName?stringThe name of the parameter group associated with the multi region cluster.
TLSEnabled?booleanA flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.
Engine?stringThe engine type used by the multi region cluster.
EngineVersion?stringThe Redis engine version used by the multi region cluster.
Tags?arrayAn array of key-value pairs to apply to this multi region cluster.
UpdateStrategy?enumAn enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
fn create()
Create a MemoryDB MultiRegionCluster
fn get(identifier: string)
Get a MemoryDB MultiRegionCluster
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB MultiRegionCluster
fn update()
Update a MemoryDB MultiRegionCluster
fn delete(identifier: string)
Delete a MemoryDB MultiRegionCluster
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB MultiRegionCluster
fn sync()
Sync MemoryDB MultiRegionCluster state from AWS
multi_region_parameter_group.tsv2026.07.24.1

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
fn get(identifier: string)
Get a MemoryDB MultiRegionParameterGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB MultiRegionParameterGroup
fn sync()
Sync MemoryDB MultiRegionParameterGroup state from AWS
parameter_group.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
ParameterGroupNamestringThe name of the parameter group.
FamilystringThe name of the parameter group family that this parameter group is compatible with.
Description?stringA description of the parameter group.
Tags?arrayAn array of key-value pairs to apply to this parameter group.
Parameters?recordAn map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.
fn create()
Create a MemoryDB ParameterGroup
fn get(identifier: string)
Get a MemoryDB ParameterGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB ParameterGroup
fn update()
Update a MemoryDB ParameterGroup
fn delete(identifier: string)
Delete a MemoryDB ParameterGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB ParameterGroup
fn sync()
Sync MemoryDB ParameterGroup state from AWS
reserved_node.tsv2026.07.24.1

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
fn get(identifier: string)
Get a MemoryDB ReservedNode
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB ReservedNode
fn sync()
Sync MemoryDB ReservedNode state from AWS
subnet_group.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
SubnetGroupNamestringThe name of the subnet group. This value must be unique as it also serves as the subnet group identifier.
Description?stringAn optional description of the subnet group.
SubnetIdsarrayA list of VPC subnet IDs for the subnet group.
Tags?arrayAn array of key-value pairs to apply to this subnet group.
fn create()
Create a MemoryDB SubnetGroup
fn get(identifier: string)
Get a MemoryDB SubnetGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB SubnetGroup
fn update()
Update a MemoryDB SubnetGroup
fn delete(identifier: string)
Delete a MemoryDB SubnetGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB SubnetGroup
fn sync()
Sync MemoryDB SubnetGroup state from AWS
user.tsv2026.06.15.1

Global Arguments

ArgumentTypeDescription
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
UserNamestringThe name of the user.
AccessString?stringAccess permissions string used for this user account.
AuthenticationMode?objectType of authentication strategy for this user.
Tags?arrayAn array of key-value pairs to apply to this user.
fn create()
Create a MemoryDB User
fn get(identifier: string)
Get a MemoryDB User
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB User
fn update()
Update a MemoryDB User
fn delete(identifier: string)
Delete a MemoryDB User
ArgumentTypeDescription
identifierstringThe primary identifier of the MemoryDB User
fn sync()
Sync MemoryDB User state from AWS
03Previous Versions14
2026.07.24.1
  • Added: multi_region_parameter_group, reserved_node
2026.07.20.1
2026.07.18.3
2026.07.18.2
2026.06.15.1
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.06.08.2
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.06.06.1
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user

Added 1, removed 6 models

2026.05.27.1
  • Updated: cluster, parameter_group
2026.04.23.3
2026.04.23.2
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.04.03.2
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.03.19.1
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.03.16.1
  • Updated: acl, cluster, multi_region_cluster, parameter_group, subnet_group, user
2026.03.10.5
04Stats
A
100 / 100
Downloads
1
Archive size
1.8 MB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels