ShardingInstance
Create a ShardingInstance Resource
new ShardingInstance(name: string, args: ShardingInstanceArgs, opts?: CustomResourceOptions);def ShardingInstance(resource_name, opts=None, account_password=None, backup_periods=None, backup_time=None, engine_version=None, instance_charge_type=None, kms_encrypted_password=None, kms_encryption_context=None, mongo_lists=None, name=None, period=None, security_group_id=None, security_ip_lists=None, shard_lists=None, storage_engine=None, tde_status=None, vswitch_id=None, zone_id=None, __props__=None);func NewShardingInstance(ctx *Context, name string, args ShardingInstanceArgs, opts ...ResourceOption) (*ShardingInstance, error)public ShardingInstance(string name, ShardingInstanceArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ShardingInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ShardingInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ShardingInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
ShardingInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The ShardingInstance resource accepts the following input properties:
- Engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- Mongo
Lists List<Pulumi.Ali Cloud. Mongo DB. Inputs. Sharding Instance Mongo List Args> The mongo-node count can be purchased is in range of [2, 32].
-
List<Pulumi.
Ali Cloud. Mongo DB. Inputs. Sharding Instance Shard List Args> the shard-node count can be purchased is in range of [2, 32].
- Account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- Backup
Periods List<string> MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- Backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- Instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- Kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- Kms
Encryption Dictionary<string, object>Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Name string
The name of DB instance. It a string of 2 to 256 characters.
- Period int
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- Security
Group stringId The Security Group ID of ECS.
- Security
Ip List<string>Lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- Storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- Tde
Status string The TDE(Transparent Data Encryption) status.
- Vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- Zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- Engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- Mongo
Lists []ShardingInstance Mongo List The mongo-node count can be purchased is in range of [2, 32].
-
[]Sharding
Instance Shard List the shard-node count can be purchased is in range of [2, 32].
- Account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- Backup
Periods []string MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- Backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- Instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- Kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- Kms
Encryption map[string]interface{}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Name string
The name of DB instance. It a string of 2 to 256 characters.
- Period int
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- Security
Group stringId The Security Group ID of ECS.
- Security
Ip []stringLists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- Storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- Tde
Status string The TDE(Transparent Data Encryption) status.
- Vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- Zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- mongo
Lists ShardingInstance Mongo List[] The mongo-node count can be purchased is in range of [2, 32].
-
Sharding
Instance Shard List[] the shard-node count can be purchased is in range of [2, 32].
- account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- backup
Periods string[] MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- kms
Encryption {[key: string]: any}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- name string
The name of DB instance. It a string of 2 to 256 characters.
- period number
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- security
Group stringId The Security Group ID of ECS.
- security
Ip string[]Lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- tde
Status string The TDE(Transparent Data Encryption) status.
- vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- engine_
version str Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- mongo_
lists List[ShardingInstance Mongo List] The mongo-node count can be purchased is in range of [2, 32].
-
List[Sharding
Instance Shard List] the shard-node count can be purchased is in range of [2, 32].
- account_
password str Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- backup_
periods List[str] MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- backup_
time str MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- instance_
charge_ strtype Valid values are
PrePaid,PostPaid,System default toPostPaid.- kms_
encrypted_ strpassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- kms_
encryption_ Dict[str, Any]context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- name str
The name of DB instance. It a string of 2 to 256 characters.
- period float
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- security_
group_ strid The Security Group ID of ECS.
- security_
ip_ List[str]lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- storage_
engine str Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- tde_
status str The TDE(Transparent Data Encryption) status.
- vswitch_
id str The virtual switch ID to launch DB instances in one VPC.
- zone_
id str The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
Outputs
All input properties are implicitly available as output properties. Additionally, the ShardingInstance resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Retention
Period int Instance log backup retention days. Available in 1.42.0+.
- Id string
- The provider-assigned unique ID for this managed resource.
- Retention
Period int Instance log backup retention days. Available in 1.42.0+.
- id string
- The provider-assigned unique ID for this managed resource.
- retention
Period number Instance log backup retention days. Available in 1.42.0+.
- id str
- The provider-assigned unique ID for this managed resource.
- retention_
period float Instance log backup retention days. Available in 1.42.0+.
Look up an Existing ShardingInstance Resource
Get an existing ShardingInstance 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?: ShardingInstanceState, opts?: CustomResourceOptions): ShardingInstancestatic get(resource_name, id, opts=None, account_password=None, backup_periods=None, backup_time=None, engine_version=None, instance_charge_type=None, kms_encrypted_password=None, kms_encryption_context=None, mongo_lists=None, name=None, period=None, retention_period=None, security_group_id=None, security_ip_lists=None, shard_lists=None, storage_engine=None, tde_status=None, vswitch_id=None, zone_id=None, __props__=None);func GetShardingInstance(ctx *Context, name string, id IDInput, state *ShardingInstanceState, opts ...ResourceOption) (*ShardingInstance, error)public static ShardingInstance Get(string name, Input<string> id, ShardingInstanceState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- Backup
Periods List<string> MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- Backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- Engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- Instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- Kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- Kms
Encryption Dictionary<string, object>Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Mongo
Lists List<Pulumi.Ali Cloud. Mongo DB. Inputs. Sharding Instance Mongo List Args> The mongo-node count can be purchased is in range of [2, 32].
- Name string
The name of DB instance. It a string of 2 to 256 characters.
- Period int
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- Retention
Period int Instance log backup retention days. Available in 1.42.0+.
- Security
Group stringId The Security Group ID of ECS.
- Security
Ip List<string>Lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- Shard
Lists List<Pulumi.Ali Cloud. Mongo DB. Inputs. Sharding Instance Shard List Args> the shard-node count can be purchased is in range of [2, 32].
- Storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- Tde
Status string The TDE(Transparent Data Encryption) status.
- Vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- Zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- Account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- Backup
Periods []string MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- Backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- Engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- Instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- Kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- Kms
Encryption map[string]interface{}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- Mongo
Lists []ShardingInstance Mongo List The mongo-node count can be purchased is in range of [2, 32].
- Name string
The name of DB instance. It a string of 2 to 256 characters.
- Period int
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- Retention
Period int Instance log backup retention days. Available in 1.42.0+.
- Security
Group stringId The Security Group ID of ECS.
- Security
Ip []stringLists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- Shard
Lists []ShardingInstance Shard List the shard-node count can be purchased is in range of [2, 32].
- Storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- Tde
Status string The TDE(Transparent Data Encryption) status.
- Vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- Zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- account
Password string Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- backup
Periods string[] MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- backup
Time string MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- engine
Version string Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- instance
Charge stringType Valid values are
PrePaid,PostPaid,System default toPostPaid.- kms
Encrypted stringPassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- kms
Encryption {[key: string]: any}Context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- mongo
Lists ShardingInstance Mongo List[] The mongo-node count can be purchased is in range of [2, 32].
- name string
The name of DB instance. It a string of 2 to 256 characters.
- period number
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- retention
Period number Instance log backup retention days. Available in 1.42.0+.
- security
Group stringId The Security Group ID of ECS.
- security
Ip string[]Lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- shard
Lists ShardingInstance Shard List[] the shard-node count can be purchased is in range of [2, 32].
- storage
Engine string Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- tde
Status string The TDE(Transparent Data Encryption) status.
- vswitch
Id string The virtual switch ID to launch DB instances in one VPC.
- zone
Id string The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
- account_
password str Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
- backup_
periods List[str] MongoDB Instance backup period. It is required when
backup_timewas existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]- backup_
time str MongoDB instance backup time. It is required when
backup_periodwas existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like “23:00Z-24:00Z”.- engine_
version str Database version. Value options can refer to the latest docs CreateDBInstance
EngineVersion.- instance_
charge_ strtype Valid values are
PrePaid,PostPaid,System default toPostPaid.- kms_
encrypted_ strpassword An KMS encrypts password used to a instance. If the
account_passwordis filled in, this field will be ignored.- kms_
encryption_ Dict[str, Any]context An KMS encryption context used to decrypt
kms_encrypted_passwordbefore creating or updating instance withkms_encrypted_password. See Encryption Context. It is valid whenkms_encrypted_passwordis set.- mongo_
lists List[ShardingInstance Mongo List] The mongo-node count can be purchased is in range of [2, 32].
- name str
The name of DB instance. It a string of 2 to 256 characters.
- period float
The duration that you will buy DB instance (in month). It is valid when instance_charge_type is
PrePaid. Valid values: [1~9], 12, 24, 36. System default to 1.- retention_
period float Instance log backup retention days. Available in 1.42.0+.
- security_
group_ strid The Security Group ID of ECS.
- security_
ip_ List[str]lists List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to
["127.0.0.1"].- shard_
lists List[ShardingInstance Shard List] the shard-node count can be purchased is in range of [2, 32].
- storage_
engine str Storage engine: WiredTiger or RocksDB. System Default value: WiredTiger.
- tde_
status str The TDE(Transparent Data Encryption) status.
- vswitch_
id str The virtual switch ID to launch DB instances in one VPC.
- zone_
id str The Zone to launch the DB instance. MongoDB sharding instance does not support multiple-zone. If it is a multi-zone and
vswitch_idis specified, the vswitch must in one of them.
Supporting Types
ShardingInstanceMongoList
- Node
Class string -(Required) Node specification. see Instance specifications.
- Connect
String string Mongo node connection string
- Node
Id string The ID of the shard-node.
- Port int
Mongo node port *
shard_list
- Node
Class string -(Required) Node specification. see Instance specifications.
- Connect
String string Mongo node connection string
- Node
Id string The ID of the shard-node.
- Port int
Mongo node port *
shard_list
- node
Class string -(Required) Node specification. see Instance specifications.
- connect
String string Mongo node connection string
- node
Id string The ID of the shard-node.
- port number
Mongo node port *
shard_list
- node
Class str -(Required) Node specification. see Instance specifications.
- connect
String str Mongo node connection string
- node
Id str The ID of the shard-node.
- port float
Mongo node port *
shard_list
ShardingInstanceShardList
- Node
Class string -(Required) Node specification. see Instance specifications.
- Node
Storage int - Custom storage space; value range: [10, 1,000]
- 10-GB increments. Unit: GB.
- Node
Id string The ID of the shard-node.
- Node
Class string -(Required) Node specification. see Instance specifications.
- Node
Storage int - Custom storage space; value range: [10, 1,000]
- 10-GB increments. Unit: GB.
- Node
Id string The ID of the shard-node.
- node
Class string -(Required) Node specification. see Instance specifications.
- node
Storage number - Custom storage space; value range: [10, 1,000]
- 10-GB increments. Unit: GB.
- node
Id string The ID of the shard-node.
- node
Class str -(Required) Node specification. see Instance specifications.
- node
Storage float - Custom storage space; value range: [10, 1,000]
- 10-GB increments. Unit: GB.
- node
Id str The ID of the shard-node.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.