We recommend new projects start with resources from the AWS provider.
aws-native.memorydb.MultiRegionCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::MemoryDB::Multi Region Cluster resource creates an Amazon MemoryDB Multi Region Cluster.
Create MultiRegionCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MultiRegionCluster(name: string, args: MultiRegionClusterArgs, opts?: CustomResourceOptions);
@overload
def MultiRegionCluster(resource_name: str,
args: MultiRegionClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MultiRegionCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
node_type: Optional[str] = None,
description: Optional[str] = None,
engine: Optional[str] = None,
engine_version: Optional[str] = None,
multi_region_cluster_name_suffix: Optional[str] = None,
multi_region_parameter_group_name: Optional[str] = None,
num_shards: Optional[int] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
tls_enabled: Optional[bool] = None,
update_strategy: Optional[MultiRegionClusterUpdateStrategy] = None)
func NewMultiRegionCluster(ctx *Context, name string, args MultiRegionClusterArgs, opts ...ResourceOption) (*MultiRegionCluster, error)
public MultiRegionCluster(string name, MultiRegionClusterArgs args, CustomResourceOptions? opts = null)
public MultiRegionCluster(String name, MultiRegionClusterArgs args)
public MultiRegionCluster(String name, MultiRegionClusterArgs args, CustomResourceOptions options)
type: aws-native:memorydb:MultiRegionCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MultiRegionClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MultiRegionClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MultiRegionClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MultiRegionClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MultiRegionClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MultiRegionCluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MultiRegionCluster resource accepts the following input properties:
- Node
Type string - The compute and memory capacity of the nodes in the multi region cluster.
- Description string
- Description of the multi region cluster.
- Engine string
- The engine type used by the multi region cluster.
- Engine
Version string - The Redis engine version used by the multi region cluster.
- Multi
Region stringCluster Name Suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- Multi
Region stringParameter Group Name - The name of the parameter group associated with the multi region cluster.
- Num
Shards int - The number of shards the multi region cluster will contain.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this multi region cluster.
- Tls
Enabled bool A 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.
- Update
Strategy Pulumi.Aws Native. Memory Db. Multi Region Cluster Update Strategy - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
- Node
Type string - The compute and memory capacity of the nodes in the multi region cluster.
- Description string
- Description of the multi region cluster.
- Engine string
- The engine type used by the multi region cluster.
- Engine
Version string - The Redis engine version used by the multi region cluster.
- Multi
Region stringCluster Name Suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- Multi
Region stringParameter Group Name - The name of the parameter group associated with the multi region cluster.
- Num
Shards int - The number of shards the multi region cluster will contain.
- Tag
Args - An array of key-value pairs to apply to this multi region cluster.
- Tls
Enabled bool A 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.
- Update
Strategy MultiRegion Cluster Update Strategy - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
- node
Type String - The compute and memory capacity of the nodes in the multi region cluster.
- description String
- Description of the multi region cluster.
- engine String
- The engine type used by the multi region cluster.
- engine
Version String - The Redis engine version used by the multi region cluster.
- multi
Region StringCluster Name Suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- multi
Region StringParameter Group Name - The name of the parameter group associated with the multi region cluster.
- num
Shards Integer - The number of shards the multi region cluster will contain.
- List<Tag>
- An array of key-value pairs to apply to this multi region cluster.
- tls
Enabled Boolean A 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.
- update
Strategy MultiRegion Cluster Update Strategy - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
- node
Type string - The compute and memory capacity of the nodes in the multi region cluster.
- description string
- Description of the multi region cluster.
- engine string
- The engine type used by the multi region cluster.
- engine
Version string - The Redis engine version used by the multi region cluster.
- multi
Region stringCluster Name Suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- multi
Region stringParameter Group Name - The name of the parameter group associated with the multi region cluster.
- num
Shards number - The number of shards the multi region cluster will contain.
- Tag[]
- An array of key-value pairs to apply to this multi region cluster.
- tls
Enabled boolean A 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.
- update
Strategy MultiRegion Cluster Update Strategy - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
- node_
type str - The compute and memory capacity of the nodes in the multi region cluster.
- description str
- Description of the multi region cluster.
- engine str
- The engine type used by the multi region cluster.
- engine_
version str - The Redis engine version used by the multi region cluster.
- multi_
region_ strcluster_ name_ suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- multi_
region_ strparameter_ group_ name - The name of the parameter group associated with the multi region cluster.
- num_
shards int - The number of shards the multi region cluster will contain.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this multi region cluster.
- tls_
enabled bool A 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.
- update_
strategy MultiRegion Cluster Update Strategy - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
- node
Type String - The compute and memory capacity of the nodes in the multi region cluster.
- description String
- Description of the multi region cluster.
- engine String
- The engine type used by the multi region cluster.
- engine
Version String - The Redis engine version used by the multi region cluster.
- multi
Region StringCluster Name Suffix - The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.
- multi
Region StringParameter Group Name - The name of the parameter group associated with the multi region cluster.
- num
Shards Number - The number of shards the multi region cluster will contain.
- List<Property Map>
- An array of key-value pairs to apply to this multi region cluster.
- tls
Enabled Boolean A 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.
- update
Strategy "COORDINATED" | "UNCOORDINATED" - An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.
Outputs
All input properties are implicitly available as output properties. Additionally, the MultiRegionCluster resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the multi region cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Multi
Region stringCluster Name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- Status string
- The status of the multi region cluster. For example, Available, Updating, Creating.
- Arn string
- The Amazon Resource Name (ARN) of the multi region cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Multi
Region stringCluster Name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- Status string
- The status of the multi region cluster. For example, Available, Updating, Creating.
- arn String
- The Amazon Resource Name (ARN) of the multi region cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- multi
Region StringCluster Name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- status String
- The status of the multi region cluster. For example, Available, Updating, Creating.
- arn string
- The Amazon Resource Name (ARN) of the multi region cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- multi
Region stringCluster Name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- status string
- The status of the multi region cluster. For example, Available, Updating, Creating.
- arn str
- The Amazon Resource Name (ARN) of the multi region cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- multi_
region_ strcluster_ name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- status str
- The status of the multi region cluster. For example, Available, Updating, Creating.
- arn String
- The Amazon Resource Name (ARN) of the multi region cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- multi
Region StringCluster Name - The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- status String
- The status of the multi region cluster. For example, Available, Updating, Creating.
Supporting Types
MultiRegionClusterUpdateStrategy, MultiRegionClusterUpdateStrategyArgs
- Coordinated
- COORDINATED
- Uncoordinated
- UNCOORDINATED
- Multi
Region Cluster Update Strategy Coordinated - COORDINATED
- Multi
Region Cluster Update Strategy Uncoordinated - UNCOORDINATED
- Coordinated
- COORDINATED
- Uncoordinated
- UNCOORDINATED
- Coordinated
- COORDINATED
- Uncoordinated
- UNCOORDINATED
- COORDINATED
- COORDINATED
- UNCOORDINATED
- UNCOORDINATED
- "COORDINATED"
- COORDINATED
- "UNCOORDINATED"
- UNCOORDINATED
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.