memorydb library
Classes
- Acl
- Provides a MemoryDB ACL.
- AclArgs
- The set of arguments for Acl. The set of arguments for Acl.
- AclState
- Input properties used for looking up and filtering Acl resources.
- Cluster
- Provides a MemoryDB Cluster.
- ClusterArgs
- The set of arguments for Cluster. The set of arguments for Cluster.
- ClusterClusterEndpoint
- ClusterShard
- ClusterShardNode
- ClusterShardNodeEndpoint
- ClusterState
- Input properties used for looking up and filtering Cluster resources.
- GetAclArgs
- Arguments for getAcl. Arguments for getAcl.
- GetAclResult
- Result data returned by getAcl.
- GetClusterArgs
- Arguments for getCluster. Arguments for getCluster.
- GetClusterClusterEndpoint
- GetClusterResult
- Result data returned by getCluster.
- GetClusterShard
- GetClusterShardNode
- GetClusterShardNodeEndpoint
- GetParameterGroupArgs
- Arguments for getParameterGroup. Arguments for getParameterGroup.
- GetParameterGroupParameter
- GetParameterGroupResult
- Result data returned by getParameterGroup.
- GetSnapshotArgs
- Arguments for getSnapshot. Arguments for getSnapshot.
- GetSnapshotClusterConfiguration
- GetSnapshotResult
- Result data returned by getSnapshot.
- GetSubnetGroupArgs
- Arguments for getSubnetGroup. Arguments for getSubnetGroup.
- GetSubnetGroupResult
- Result data returned by getSubnetGroup.
- GetUserArgs
- Arguments for getUser. Arguments for getUser.
- GetUserAuthenticationMode
- GetUserResult
- Result data returned by getUser.
- MultiRegionCluster
- Provides a MemoryDB Multi Region Cluster.
- MultiRegionClusterArgs
- The set of arguments for MultiRegionCluster. The set of arguments for MultiRegionCluster.
- MultiRegionClusterState
- Input properties used for looking up and filtering MultiRegionCluster resources.
- MultiRegionClusterTimeouts
- ParameterGroup
- Provides a MemoryDB Parameter Group.
- ParameterGroupArgs
- The set of arguments for ParameterGroup. The set of arguments for ParameterGroup.
- ParameterGroupParameter
- ParameterGroupState
- Input properties used for looking up and filtering ParameterGroup resources.
- Snapshot
- Provides a MemoryDB Snapshot.
- SnapshotArgs
- The set of arguments for Snapshot. The set of arguments for Snapshot.
- SnapshotClusterConfiguration
- SnapshotState
- Input properties used for looking up and filtering Snapshot resources.
- SubnetGroup
- Provides a MemoryDB Subnet Group.
- SubnetGroupArgs
- The set of arguments for SubnetGroup. The set of arguments for SubnetGroup.
- SubnetGroupState
- Input properties used for looking up and filtering SubnetGroup resources.
- User
- Provides a MemoryDB User.
- UserArgs
- The set of arguments for User. The set of arguments for User.
- UserAuthenticationMode
- UserState
- Input properties used for looking up and filtering User resources.
Functions
-
getAcl(
GetAclArgs args, {InvokeOptions? options}) → Future< GetAclResult> - Provides information about a MemoryDB ACL.
-
getAclOutput(
GetAclArgs args, {InvokeOutputOptions? options}) → Output< GetAclResult> -
getCluster(
GetClusterArgs args, {InvokeOptions? options}) → Future< GetClusterResult> - Provides information about a MemoryDB Cluster.
-
getClusterOutput(
GetClusterArgs args, {InvokeOutputOptions? options}) → Output< GetClusterResult> -
getParameterGroup(
GetParameterGroupArgs args, {InvokeOptions? options}) → Future< GetParameterGroupResult> - Provides information about a MemoryDB Parameter Group.
-
getParameterGroupOutput(
GetParameterGroupArgs args, {InvokeOutputOptions? options}) → Output< GetParameterGroupResult> -
getSnapshot(
GetSnapshotArgs args, {InvokeOptions? options}) → Future< GetSnapshotResult> - Provides information about a MemoryDB Snapshot.
-
getSnapshotOutput(
GetSnapshotArgs args, {InvokeOutputOptions? options}) → Output< GetSnapshotResult> -
getSubnetGroup(
GetSubnetGroupArgs args, {InvokeOptions? options}) → Future< GetSubnetGroupResult> - Provides information about a MemoryDB Subnet Group.
-
getSubnetGroupOutput(
GetSubnetGroupArgs args, {InvokeOutputOptions? options}) → Output< GetSubnetGroupResult> -
getUser(
GetUserArgs args, {InvokeOptions? options}) → Future< GetUserResult> - Provides information about a MemoryDB User.
-
getUserOutput(
GetUserArgs args, {InvokeOutputOptions? options}) → Output< GetUserResult>