We recommend new projects start with resources from the AWS provider.
aws-native.memorydb.Cluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::MemoryDB::Cluster resource creates an Amazon MemoryDB Cluster.
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);@overload
def Cluster(resource_name: str,
            args: ClusterArgs,
            opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            acl_name: Optional[str] = None,
            node_type: Optional[str] = None,
            engine: Optional[str] = None,
            cluster_endpoint: Optional[ClusterEndpointArgs] = None,
            num_shards: Optional[int] = None,
            description: Optional[str] = None,
            parameter_group_name: Optional[str] = None,
            engine_version: Optional[str] = None,
            final_snapshot_name: Optional[str] = None,
            port: Optional[int] = None,
            maintenance_window: Optional[str] = None,
            multi_region_cluster_name: Optional[str] = None,
            auto_minor_version_upgrade: Optional[bool] = None,
            num_replicas_per_shard: Optional[int] = None,
            data_tiering: Optional[ClusterDataTieringStatus] = None,
            cluster_name: Optional[str] = None,
            kms_key_id: Optional[str] = None,
            security_group_ids: Optional[Sequence[str]] = None,
            snapshot_arns: Optional[Sequence[str]] = None,
            snapshot_name: Optional[str] = None,
            snapshot_retention_limit: Optional[int] = None,
            snapshot_window: Optional[str] = None,
            sns_topic_arn: Optional[str] = None,
            sns_topic_status: Optional[str] = None,
            subnet_group_name: Optional[str] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
            tls_enabled: Optional[bool] = None)func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: aws-native:memorydb:Cluster
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 ClusterArgs
- 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 ClusterArgs
- 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 ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Cluster 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 Cluster resource accepts the following input properties:
- AclName string
- The name of the Access Control List to associate with the cluster.
- NodeType string
- The compute and memory capacity of the nodes in the cluster.
- AutoMinor boolVersion Upgrade 
- A 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. 
- ClusterEndpoint Pulumi.Aws Native. Memory Db. Inputs. Cluster Endpoint 
- The cluster endpoint.
- ClusterName string
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- DataTiering Pulumi.Aws Native. Memory Db. Cluster Data Tiering Status 
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- Description string
- An optional description of the cluster.
- Engine string
- The engine type used by the cluster.
- EngineVersion string
- The Redis engine version used by the cluster.
- FinalSnapshot stringName 
- The 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.
- KmsKey stringId 
- The ID of the KMS key used to encrypt the cluster.
- MaintenanceWindow string
- Specifies 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.
- MultiRegion stringCluster Name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- NumReplicas intPer Shard 
- The number of replicas to apply to each shard. The limit is 5.
- NumShards int
- The number of shards the cluster will contain.
- ParameterGroup stringName 
- The name of the parameter group associated with the cluster.
- Port int
- The port number on which each member of the cluster accepts connections.
- SecurityGroup List<string>Ids 
- One or more Amazon VPC security groups associated with this cluster.
- SnapshotArns List<string>
- A 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 string
- The 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.
- SnapshotRetention intLimit 
- The 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 string
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- SnsTopic stringArn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- SnsTopic stringStatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- SubnetGroup stringName 
- The name of the subnet group to be used for the cluster.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this cluster.
- TlsEnabled 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. 
- AclName string
- The name of the Access Control List to associate with the cluster.
- NodeType string
- The compute and memory capacity of the nodes in the cluster.
- AutoMinor boolVersion Upgrade 
- A 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. 
- ClusterEndpoint ClusterEndpoint Args 
- The cluster endpoint.
- ClusterName string
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- DataTiering ClusterData Tiering Status 
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- Description string
- An optional description of the cluster.
- Engine string
- The engine type used by the cluster.
- EngineVersion string
- The Redis engine version used by the cluster.
- FinalSnapshot stringName 
- The 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.
- KmsKey stringId 
- The ID of the KMS key used to encrypt the cluster.
- MaintenanceWindow string
- Specifies 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.
- MultiRegion stringCluster Name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- NumReplicas intPer Shard 
- The number of replicas to apply to each shard. The limit is 5.
- NumShards int
- The number of shards the cluster will contain.
- ParameterGroup stringName 
- The name of the parameter group associated with the cluster.
- Port int
- The port number on which each member of the cluster accepts connections.
- SecurityGroup []stringIds 
- One or more Amazon VPC security groups associated with this cluster.
- SnapshotArns []string
- A 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 string
- The 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.
- SnapshotRetention intLimit 
- The 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 string
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- SnsTopic stringArn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- SnsTopic stringStatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- SubnetGroup stringName 
- The name of the subnet group to be used for the cluster.
- 
TagArgs 
- An array of key-value pairs to apply to this cluster.
- TlsEnabled 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. 
- aclName String
- The name of the Access Control List to associate with the cluster.
- nodeType String
- The compute and memory capacity of the nodes in the cluster.
- autoMinor BooleanVersion Upgrade 
- A 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. 
- clusterEndpoint ClusterEndpoint 
- The cluster endpoint.
- clusterName String
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- dataTiering ClusterData Tiering Status 
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- description String
- An optional description of the cluster.
- engine String
- The engine type used by the cluster.
- engineVersion String
- The Redis engine version used by the cluster.
- finalSnapshot StringName 
- The 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.
- kmsKey StringId 
- The ID of the KMS key used to encrypt the cluster.
- maintenanceWindow String
- Specifies 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.
- multiRegion StringCluster Name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- numReplicas IntegerPer Shard 
- The number of replicas to apply to each shard. The limit is 5.
- numShards Integer
- The number of shards the cluster will contain.
- parameterGroup StringName 
- The name of the parameter group associated with the cluster.
- port Integer
- The port number on which each member of the cluster accepts connections.
- securityGroup List<String>Ids 
- One or more Amazon VPC security groups associated with this cluster.
- snapshotArns List<String>
- A 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 String
- The 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.
- snapshotRetention IntegerLimit 
- The 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 String
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- snsTopic StringArn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- snsTopic StringStatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- subnetGroup StringName 
- The name of the subnet group to be used for the cluster.
- List<Tag>
- An array of key-value pairs to apply to this cluster.
- tlsEnabled 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. 
- aclName string
- The name of the Access Control List to associate with the cluster.
- nodeType string
- The compute and memory capacity of the nodes in the cluster.
- autoMinor booleanVersion Upgrade 
- A 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. 
- clusterEndpoint ClusterEndpoint 
- The cluster endpoint.
- clusterName string
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- dataTiering ClusterData Tiering Status 
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- description string
- An optional description of the cluster.
- engine string
- The engine type used by the cluster.
- engineVersion string
- The Redis engine version used by the cluster.
- finalSnapshot stringName 
- The 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.
- kmsKey stringId 
- The ID of the KMS key used to encrypt the cluster.
- maintenanceWindow string
- Specifies 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.
- multiRegion stringCluster Name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- numReplicas numberPer Shard 
- The number of replicas to apply to each shard. The limit is 5.
- numShards number
- The number of shards the cluster will contain.
- parameterGroup stringName 
- The name of the parameter group associated with the cluster.
- port number
- The port number on which each member of the cluster accepts connections.
- securityGroup string[]Ids 
- One or more Amazon VPC security groups associated with this cluster.
- snapshotArns string[]
- A 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 string
- The 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.
- snapshotRetention numberLimit 
- The 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 string
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- snsTopic stringArn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- snsTopic stringStatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- subnetGroup stringName 
- The name of the subnet group to be used for the cluster.
- Tag[]
- An array of key-value pairs to apply to this cluster.
- tlsEnabled 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. 
- acl_name str
- The name of the Access Control List to associate with the cluster.
- node_type str
- The compute and memory capacity of the nodes in the cluster.
- auto_minor_ boolversion_ upgrade 
- A 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. 
- cluster_endpoint ClusterEndpoint Args 
- The cluster endpoint.
- cluster_name str
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- data_tiering ClusterData Tiering Status 
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- description str
- An optional description of the cluster.
- engine str
- The engine type used by the cluster.
- engine_version str
- The Redis engine version used by the cluster.
- final_snapshot_ strname 
- The 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.
- kms_key_ strid 
- The ID of the KMS key used to encrypt the cluster.
- maintenance_window str
- Specifies 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.
- multi_region_ strcluster_ name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- num_replicas_ intper_ shard 
- The number of replicas to apply to each shard. The limit is 5.
- num_shards int
- The number of shards the cluster will contain.
- parameter_group_ strname 
- The name of the parameter group associated with the cluster.
- port int
- The port number on which each member of the cluster accepts connections.
- security_group_ Sequence[str]ids 
- One or more Amazon VPC security groups associated with this cluster.
- snapshot_arns Sequence[str]
- A 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.
- snapshot_name str
- The 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.
- snapshot_retention_ intlimit 
- The 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.
- snapshot_window str
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- sns_topic_ strarn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- sns_topic_ strstatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- subnet_group_ strname 
- The name of the subnet group to be used for the cluster.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this 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. 
- aclName String
- The name of the Access Control List to associate with the cluster.
- nodeType String
- The compute and memory capacity of the nodes in the cluster.
- autoMinor BooleanVersion Upgrade 
- A 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. 
- clusterEndpoint Property Map
- The cluster endpoint.
- clusterName String
- The name of the cluster. This value must be unique as it also serves as the cluster identifier.
- dataTiering "true" | "false"
- Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes.
- description String
- An optional description of the cluster.
- engine String
- The engine type used by the cluster.
- engineVersion String
- The Redis engine version used by the cluster.
- finalSnapshot StringName 
- The 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.
- kmsKey StringId 
- The ID of the KMS key used to encrypt the cluster.
- maintenanceWindow String
- Specifies 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.
- multiRegion StringCluster Name 
- The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.
- numReplicas NumberPer Shard 
- The number of replicas to apply to each shard. The limit is 5.
- numShards Number
- The number of shards the cluster will contain.
- parameterGroup StringName 
- The name of the parameter group associated with the cluster.
- port Number
- The port number on which each member of the cluster accepts connections.
- securityGroup List<String>Ids 
- One or more Amazon VPC security groups associated with this cluster.
- snapshotArns List<String>
- A 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 String
- The 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.
- snapshotRetention NumberLimit 
- The 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 String
- The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
- snsTopic StringArn 
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
- snsTopic StringStatus 
- The status of the Amazon SNS notification topic. Notifications are sent only if the status is enabled.
- subnetGroup StringName 
- The name of the subnet group to be used for the cluster.
- List<Property Map>
- An array of key-value pairs to apply to this cluster.
- tlsEnabled 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. 
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- ParameterGroup stringStatus 
- The status of the parameter group used by the cluster.
- Status string
- The status of the cluster. For example, Available, Updating, Creating.
- Arn string
- The Amazon Resource Name (ARN) of the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- ParameterGroup stringStatus 
- The status of the parameter group used by the cluster.
- Status string
- The status of the cluster. For example, Available, Updating, Creating.
- arn String
- The Amazon Resource Name (ARN) of the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- parameterGroup StringStatus 
- The status of the parameter group used by the cluster.
- status String
- The status of the cluster. For example, Available, Updating, Creating.
- arn string
- The Amazon Resource Name (ARN) of the cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- parameterGroup stringStatus 
- The status of the parameter group used by the cluster.
- status string
- The status of the cluster. For example, Available, Updating, Creating.
- arn str
- The Amazon Resource Name (ARN) of the cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- parameter_group_ strstatus 
- The status of the parameter group used by the cluster.
- status str
- The status of the cluster. For example, Available, Updating, Creating.
- arn String
- The Amazon Resource Name (ARN) of the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- parameterGroup StringStatus 
- The status of the parameter group used by the cluster.
- status String
- The status of the cluster. For example, Available, Updating, Creating.
Supporting Types
ClusterDataTieringStatus, ClusterDataTieringStatusArgs        
- True
- true
- False
- false
- ClusterData Tiering Status True 
- true
- ClusterData Tiering Status False 
- false
- True
- true
- False
- false
- True
- true
- False
- false
- TRUE
- true
- FALSE
- false
- "true"
- true
- "false"
- false
ClusterEndpoint, ClusterEndpointArgs    
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.