mongodbatlas.FlexCluster
Explore with Pulumi AI
# Resource: mongodbatlas.FlexCluster
mongodbatlas.FlexCluster
provides a Flex Cluster resource. The resource lets you create, update, delete and import a flex cluster.
RECOMMENDATION: We recommend using the mongodbatlas.AdvancedCluster
resource instead of the mongodbatlas.FlexCluster
resource to create and manage Flex clusters. The mongodbatlas.AdvancedCluster
resource not only supports Flex clusters, but also supports tenant and dedicated clusters, providing easier migration between different cluster types. For more information, see the Advanced Cluster resource.
Example Usage
Create FlexCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FlexCluster(name: string, args: FlexClusterArgs, opts?: CustomResourceOptions);
@overload
def FlexCluster(resource_name: str,
args: FlexClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FlexCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_id: Optional[str] = None,
provider_settings: Optional[FlexClusterProviderSettingsArgs] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
termination_protection_enabled: Optional[bool] = None)
func NewFlexCluster(ctx *Context, name string, args FlexClusterArgs, opts ...ResourceOption) (*FlexCluster, error)
public FlexCluster(string name, FlexClusterArgs args, CustomResourceOptions? opts = null)
public FlexCluster(String name, FlexClusterArgs args)
public FlexCluster(String name, FlexClusterArgs args, CustomResourceOptions options)
type: mongodbatlas:FlexCluster
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 FlexClusterArgs
- 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 FlexClusterArgs
- 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 FlexClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlexClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlexClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var flexClusterResource = new Mongodbatlas.FlexCluster("flexClusterResource", new()
{
ProjectId = "string",
ProviderSettings = new Mongodbatlas.Inputs.FlexClusterProviderSettingsArgs
{
BackingProviderName = "string",
RegionName = "string",
DiskSizeGb = 0,
ProviderName = "string",
},
Name = "string",
Tags =
{
{ "string", "string" },
},
TerminationProtectionEnabled = false,
});
example, err := mongodbatlas.NewFlexCluster(ctx, "flexClusterResource", &mongodbatlas.FlexClusterArgs{
ProjectId: pulumi.String("string"),
ProviderSettings: &mongodbatlas.FlexClusterProviderSettingsArgs{
BackingProviderName: pulumi.String("string"),
RegionName: pulumi.String("string"),
DiskSizeGb: pulumi.Float64(0),
ProviderName: pulumi.String("string"),
},
Name: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
TerminationProtectionEnabled: pulumi.Bool(false),
})
var flexClusterResource = new FlexCluster("flexClusterResource", FlexClusterArgs.builder()
.projectId("string")
.providerSettings(FlexClusterProviderSettingsArgs.builder()
.backingProviderName("string")
.regionName("string")
.diskSizeGb(0)
.providerName("string")
.build())
.name("string")
.tags(Map.of("string", "string"))
.terminationProtectionEnabled(false)
.build());
flex_cluster_resource = mongodbatlas.FlexCluster("flexClusterResource",
project_id="string",
provider_settings={
"backing_provider_name": "string",
"region_name": "string",
"disk_size_gb": 0,
"provider_name": "string",
},
name="string",
tags={
"string": "string",
},
termination_protection_enabled=False)
const flexClusterResource = new mongodbatlas.FlexCluster("flexClusterResource", {
projectId: "string",
providerSettings: {
backingProviderName: "string",
regionName: "string",
diskSizeGb: 0,
providerName: "string",
},
name: "string",
tags: {
string: "string",
},
terminationProtectionEnabled: false,
});
type: mongodbatlas:FlexCluster
properties:
name: string
projectId: string
providerSettings:
backingProviderName: string
diskSizeGb: 0
providerName: string
regionName: string
tags:
string: string
terminationProtectionEnabled: false
FlexCluster 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 FlexCluster resource accepts the following input properties:
- Project
Id string - Unique 24-hexadecimal character string that identifies the project.
- Provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- Name string
- Human-readable label that identifies the instance.
- Dictionary<string, string>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- Termination
Protection boolEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
- Project
Id string - Unique 24-hexadecimal character string that identifies the project.
- Provider
Settings FlexCluster Provider Settings Args - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- Name string
- Human-readable label that identifies the instance.
- map[string]string
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- Termination
Protection boolEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
- project
Id String - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- name String
- Human-readable label that identifies the instance.
- Map<String,String>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection BooleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
- project
Id string - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- name string
- Human-readable label that identifies the instance.
- {[key: string]: string}
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection booleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
- project_
id str - Unique 24-hexadecimal character string that identifies the project.
- provider_
settings FlexCluster Provider Settings Args - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- name str
- Human-readable label that identifies the instance.
- Mapping[str, str]
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination_
protection_ boolenabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
- project
Id String - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings Property Map - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- name String
- Human-readable label that identifies the instance.
- Map<String>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection BooleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the FlexCluster resource produces the following output properties:
- Backup
Settings FlexCluster Backup Settings - Flex backup configuration
- Cluster
Type string - Flex cluster topology.
- Connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- Create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mongo
Db stringVersion - Version of MongoDB that the instance runs.
- State
Name string - Human-readable label that indicates the current operating condition of this instance.
- Version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- Backup
Settings FlexCluster Backup Settings - Flex backup configuration
- Cluster
Type string - Flex cluster topology.
- Connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- Create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mongo
Db stringVersion - Version of MongoDB that the instance runs.
- State
Name string - Human-readable label that indicates the current operating condition of this instance.
- Version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings FlexCluster Backup Settings - Flex backup configuration
- cluster
Type String - Flex cluster topology.
- connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date String - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- id String
- The provider-assigned unique ID for this managed resource.
- mongo
Db StringVersion - Version of MongoDB that the instance runs.
- state
Name String - Human-readable label that indicates the current operating condition of this instance.
- version
Release StringSystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings FlexCluster Backup Settings - Flex backup configuration
- cluster
Type string - Flex cluster topology.
- connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- id string
- The provider-assigned unique ID for this managed resource.
- mongo
Db stringVersion - Version of MongoDB that the instance runs.
- state
Name string - Human-readable label that indicates the current operating condition of this instance.
- version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- backup_
settings FlexCluster Backup Settings - Flex backup configuration
- cluster_
type str - Flex cluster topology.
- connection_
strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- create_
date str - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- id str
- The provider-assigned unique ID for this managed resource.
- mongo_
db_ strversion - Version of MongoDB that the instance runs.
- state_
name str - Human-readable label that indicates the current operating condition of this instance.
- version_
release_ strsystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings Property Map - Flex backup configuration
- cluster
Type String - Flex cluster topology.
- connection
Strings Property Map - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date String - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- id String
- The provider-assigned unique ID for this managed resource.
- mongo
Db StringVersion - Version of MongoDB that the instance runs.
- state
Name String - Human-readable label that indicates the current operating condition of this instance.
- version
Release StringSystem - Method by which the cluster maintains the MongoDB versions.
Look up Existing FlexCluster Resource
Get an existing FlexCluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FlexClusterState, opts?: CustomResourceOptions): FlexCluster
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
backup_settings: Optional[FlexClusterBackupSettingsArgs] = None,
cluster_type: Optional[str] = None,
connection_strings: Optional[FlexClusterConnectionStringsArgs] = None,
create_date: Optional[str] = None,
mongo_db_version: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
provider_settings: Optional[FlexClusterProviderSettingsArgs] = None,
state_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
termination_protection_enabled: Optional[bool] = None,
version_release_system: Optional[str] = None) -> FlexCluster
func GetFlexCluster(ctx *Context, name string, id IDInput, state *FlexClusterState, opts ...ResourceOption) (*FlexCluster, error)
public static FlexCluster Get(string name, Input<string> id, FlexClusterState? state, CustomResourceOptions? opts = null)
public static FlexCluster get(String name, Output<String> id, FlexClusterState state, CustomResourceOptions options)
resources: _: type: mongodbatlas:FlexCluster get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Backup
Settings FlexCluster Backup Settings - Flex backup configuration
- Cluster
Type string - Flex cluster topology.
- Connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- Create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- Mongo
Db stringVersion - Version of MongoDB that the instance runs.
- Name string
- Human-readable label that identifies the instance.
- Project
Id string - Unique 24-hexadecimal character string that identifies the project.
- Provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- State
Name string - Human-readable label that indicates the current operating condition of this instance.
- Dictionary<string, string>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- Termination
Protection boolEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - Version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- Backup
Settings FlexCluster Backup Settings Args - Flex backup configuration
- Cluster
Type string - Flex cluster topology.
- Connection
Strings FlexCluster Connection Strings Args - Collection of Uniform Resource Locators that point to the MongoDB database.
- Create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- Mongo
Db stringVersion - Version of MongoDB that the instance runs.
- Name string
- Human-readable label that identifies the instance.
- Project
Id string - Unique 24-hexadecimal character string that identifies the project.
- Provider
Settings FlexCluster Provider Settings Args - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- State
Name string - Human-readable label that indicates the current operating condition of this instance.
- map[string]string
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- Termination
Protection boolEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - Version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings FlexCluster Backup Settings - Flex backup configuration
- cluster
Type String - Flex cluster topology.
- connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date String - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- mongo
Db StringVersion - Version of MongoDB that the instance runs.
- name String
- Human-readable label that identifies the instance.
- project
Id String - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- state
Name String - Human-readable label that indicates the current operating condition of this instance.
- Map<String,String>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection BooleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - version
Release StringSystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings FlexCluster Backup Settings - Flex backup configuration
- cluster
Type string - Flex cluster topology.
- connection
Strings FlexCluster Connection Strings - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date string - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- mongo
Db stringVersion - Version of MongoDB that the instance runs.
- name string
- Human-readable label that identifies the instance.
- project
Id string - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings FlexCluster Provider Settings - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- state
Name string - Human-readable label that indicates the current operating condition of this instance.
- {[key: string]: string}
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection booleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - version
Release stringSystem - Method by which the cluster maintains the MongoDB versions.
- backup_
settings FlexCluster Backup Settings Args - Flex backup configuration
- cluster_
type str - Flex cluster topology.
- connection_
strings FlexCluster Connection Strings Args - Collection of Uniform Resource Locators that point to the MongoDB database.
- create_
date str - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- mongo_
db_ strversion - Version of MongoDB that the instance runs.
- name str
- Human-readable label that identifies the instance.
- project_
id str - Unique 24-hexadecimal character string that identifies the project.
- provider_
settings FlexCluster Provider Settings Args - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- state_
name str - Human-readable label that indicates the current operating condition of this instance.
- Mapping[str, str]
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination_
protection_ boolenabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - version_
release_ strsystem - Method by which the cluster maintains the MongoDB versions.
- backup
Settings Property Map - Flex backup configuration
- cluster
Type String - Flex cluster topology.
- connection
Strings Property Map - Collection of Uniform Resource Locators that point to the MongoDB database.
- create
Date String - Date and time when MongoDB Cloud created this instance. This parameter expresses its value in ISO 8601 format in UTC.
- mongo
Db StringVersion - Version of MongoDB that the instance runs.
- name String
- Human-readable label that identifies the instance.
- project
Id String - Unique 24-hexadecimal character string that identifies the project.
- provider
Settings Property Map - Group of cloud provider settings that configure the provisioned MongoDB flex cluster.
- state
Name String - Human-readable label that indicates the current operating condition of this instance.
- Map<String>
- Map that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance.
- termination
Protection BooleanEnabled - Flag that indicates whether termination protection is enabled on the cluster. If set to
true
, MongoDB Cloud won't delete the cluster. If set tofalse
, MongoDB Cloud will delete the cluster. - version
Release StringSystem - Method by which the cluster maintains the MongoDB versions.
Supporting Types
FlexClusterBackupSettings, FlexClusterBackupSettingsArgs
- Enabled bool
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
- Enabled bool
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
- enabled Boolean
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
- enabled boolean
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
- enabled bool
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
- enabled Boolean
- Flag that indicates whether backups are performed for this flex cluster. Backup uses flex cluster backups.
FlexClusterConnectionStrings, FlexClusterConnectionStringsArgs
- Standard string
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- Standard
Srv string - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
- Standard string
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- Standard
Srv string - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
- standard String
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- standard
Srv String - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
- standard string
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- standard
Srv string - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
- standard str
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- standard_
srv str - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
- standard String
- Public connection string that you can use to connect to this cluster. This connection string uses the mongodb:// protocol.
- standard
Srv String - Public connection string that you can use to connect to this flex cluster. This connection string uses the
mongodb+srv://
protocol.
FlexClusterProviderSettings, FlexClusterProviderSettingsArgs
- Backing
Provider stringName - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- Region
Name string - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- Disk
Size doubleGb - Storage capacity available to the flex cluster expressed in gigabytes.
- Provider
Name string - Human-readable label that identifies the cloud service provider.
- Backing
Provider stringName - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- Region
Name string - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- Disk
Size float64Gb - Storage capacity available to the flex cluster expressed in gigabytes.
- Provider
Name string - Human-readable label that identifies the cloud service provider.
- backing
Provider StringName - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- region
Name String - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- disk
Size DoubleGb - Storage capacity available to the flex cluster expressed in gigabytes.
- provider
Name String - Human-readable label that identifies the cloud service provider.
- backing
Provider stringName - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- region
Name string - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- disk
Size numberGb - Storage capacity available to the flex cluster expressed in gigabytes.
- provider
Name string - Human-readable label that identifies the cloud service provider.
- backing_
provider_ strname - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- region_
name str - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- disk_
size_ floatgb - Storage capacity available to the flex cluster expressed in gigabytes.
- provider_
name str - Human-readable label that identifies the cloud service provider.
- backing
Provider StringName - Cloud service provider on which MongoDB Cloud provisioned the flex cluster.
- region
Name String - Human-readable label that identifies the geographic location of your MongoDB flex cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure.
- disk
Size NumberGb - Storage capacity available to the flex cluster expressed in gigabytes.
- provider
Name String - Human-readable label that identifies the cloud service provider.
Import
You can import the Flex Cluster resource by using the Project ID and Flex Cluster name, in the format PROJECT_ID-FLEX_CLUSTER_NAME
. For example:
$ terraform import mongodbatlas_flex_cluster.test 6117ac2fe2a3d04ed27a987v-yourFlexClusterName
For more information see: MongoDB Atlas API - Flex Cluster Documentation.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlas
Terraform Provider.