alicloud.rocketmq.RocketMQInstance
Explore with Pulumi AI
Import
RocketMQ Instance can be imported using the id, e.g.
$ pulumi import alicloud:rocketmq/rocketMQInstance:RocketMQInstance example <id>
Create RocketMQInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RocketMQInstance(name: string, args: RocketMQInstanceArgs, opts?: CustomResourceOptions);
@overload
def RocketMQInstance(resource_name: str,
args: RocketMQInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RocketMQInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
service_code: Optional[str] = None,
payment_type: Optional[str] = None,
sub_series_code: Optional[str] = None,
series_code: Optional[str] = None,
network_info: Optional[RocketMQInstanceNetworkInfoArgs] = None,
period: Optional[int] = None,
auto_renew_period: Optional[int] = None,
period_unit: Optional[str] = None,
product_info: Optional[RocketMQInstanceProductInfoArgs] = None,
remark: Optional[str] = None,
resource_group_id: Optional[str] = None,
instance_name: Optional[str] = None,
auto_renew: Optional[bool] = None,
software: Optional[RocketMQInstanceSoftwareArgs] = None,
auto_renew_period_unit: Optional[str] = None,
tags: Optional[Mapping[str, Any]] = None)
func NewRocketMQInstance(ctx *Context, name string, args RocketMQInstanceArgs, opts ...ResourceOption) (*RocketMQInstance, error)
public RocketMQInstance(string name, RocketMQInstanceArgs args, CustomResourceOptions? opts = null)
public RocketMQInstance(String name, RocketMQInstanceArgs args)
public RocketMQInstance(String name, RocketMQInstanceArgs args, CustomResourceOptions options)
type: alicloud:rocketmq:RocketMQInstance
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 RocketMQInstanceArgs
- 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 RocketMQInstanceArgs
- 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 RocketMQInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RocketMQInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RocketMQInstanceArgs
- 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 rocketMQInstanceResource = new AliCloud.RocketMQ.RocketMQInstance("rocketMQInstanceResource", new()
{
ServiceCode = "string",
PaymentType = "string",
SubSeriesCode = "string",
SeriesCode = "string",
NetworkInfo = new AliCloud.RocketMQ.Inputs.RocketMQInstanceNetworkInfoArgs
{
InternetInfo = new AliCloud.RocketMQ.Inputs.RocketMQInstanceNetworkInfoInternetInfoArgs
{
FlowOutType = "string",
InternetSpec = "string",
FlowOutBandwidth = 0,
IpWhitelists = new[]
{
"string",
},
},
VpcInfo = new AliCloud.RocketMQ.Inputs.RocketMQInstanceNetworkInfoVpcInfoArgs
{
VpcId = "string",
VswitchId = "string",
},
Endpoints = new[]
{
new AliCloud.RocketMQ.Inputs.RocketMQInstanceNetworkInfoEndpointArgs
{
EndpointType = "string",
EndpointUrl = "string",
IpWhiteLists = new[]
{
"string",
},
},
},
},
Period = 0,
AutoRenewPeriod = 0,
PeriodUnit = "string",
ProductInfo = new AliCloud.RocketMQ.Inputs.RocketMQInstanceProductInfoArgs
{
MsgProcessSpec = "string",
AutoScaling = false,
MessageRetentionTime = 0,
SendReceiveRatio = 0,
SupportAutoScaling = false,
},
Remark = "string",
ResourceGroupId = "string",
InstanceName = "string",
AutoRenew = false,
Software = new AliCloud.RocketMQ.Inputs.RocketMQInstanceSoftwareArgs
{
MaintainTime = "string",
SoftwareVersion = "string",
UpgradeMethod = "string",
},
AutoRenewPeriodUnit = "string",
Tags =
{
{ "string", "any" },
},
});
example, err := rocketmq.NewRocketMQInstance(ctx, "rocketMQInstanceResource", &rocketmq.RocketMQInstanceArgs{
ServiceCode: pulumi.String("string"),
PaymentType: pulumi.String("string"),
SubSeriesCode: pulumi.String("string"),
SeriesCode: pulumi.String("string"),
NetworkInfo: &rocketmq.RocketMQInstanceNetworkInfoArgs{
InternetInfo: &rocketmq.RocketMQInstanceNetworkInfoInternetInfoArgs{
FlowOutType: pulumi.String("string"),
InternetSpec: pulumi.String("string"),
FlowOutBandwidth: pulumi.Int(0),
IpWhitelists: pulumi.StringArray{
pulumi.String("string"),
},
},
VpcInfo: &rocketmq.RocketMQInstanceNetworkInfoVpcInfoArgs{
VpcId: pulumi.String("string"),
VswitchId: pulumi.String("string"),
},
Endpoints: rocketmq.RocketMQInstanceNetworkInfoEndpointArray{
&rocketmq.RocketMQInstanceNetworkInfoEndpointArgs{
EndpointType: pulumi.String("string"),
EndpointUrl: pulumi.String("string"),
IpWhiteLists: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
Period: pulumi.Int(0),
AutoRenewPeriod: pulumi.Int(0),
PeriodUnit: pulumi.String("string"),
ProductInfo: &rocketmq.RocketMQInstanceProductInfoArgs{
MsgProcessSpec: pulumi.String("string"),
AutoScaling: pulumi.Bool(false),
MessageRetentionTime: pulumi.Int(0),
SendReceiveRatio: pulumi.Float64(0),
SupportAutoScaling: pulumi.Bool(false),
},
Remark: pulumi.String("string"),
ResourceGroupId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
AutoRenew: pulumi.Bool(false),
Software: &rocketmq.RocketMQInstanceSoftwareArgs{
MaintainTime: pulumi.String("string"),
SoftwareVersion: pulumi.String("string"),
UpgradeMethod: pulumi.String("string"),
},
AutoRenewPeriodUnit: pulumi.String("string"),
Tags: pulumi.Map{
"string": pulumi.Any("any"),
},
})
var rocketMQInstanceResource = new RocketMQInstance("rocketMQInstanceResource", RocketMQInstanceArgs.builder()
.serviceCode("string")
.paymentType("string")
.subSeriesCode("string")
.seriesCode("string")
.networkInfo(RocketMQInstanceNetworkInfoArgs.builder()
.internetInfo(RocketMQInstanceNetworkInfoInternetInfoArgs.builder()
.flowOutType("string")
.internetSpec("string")
.flowOutBandwidth(0)
.ipWhitelists("string")
.build())
.vpcInfo(RocketMQInstanceNetworkInfoVpcInfoArgs.builder()
.vpcId("string")
.vswitchId("string")
.build())
.endpoints(RocketMQInstanceNetworkInfoEndpointArgs.builder()
.endpointType("string")
.endpointUrl("string")
.ipWhiteLists("string")
.build())
.build())
.period(0)
.autoRenewPeriod(0)
.periodUnit("string")
.productInfo(RocketMQInstanceProductInfoArgs.builder()
.msgProcessSpec("string")
.autoScaling(false)
.messageRetentionTime(0)
.sendReceiveRatio(0)
.supportAutoScaling(false)
.build())
.remark("string")
.resourceGroupId("string")
.instanceName("string")
.autoRenew(false)
.software(RocketMQInstanceSoftwareArgs.builder()
.maintainTime("string")
.softwareVersion("string")
.upgradeMethod("string")
.build())
.autoRenewPeriodUnit("string")
.tags(Map.of("string", "any"))
.build());
rocket_mq_instance_resource = alicloud.rocketmq.RocketMQInstance("rocketMQInstanceResource",
service_code="string",
payment_type="string",
sub_series_code="string",
series_code="string",
network_info=alicloud.rocketmq.RocketMQInstanceNetworkInfoArgs(
internet_info=alicloud.rocketmq.RocketMQInstanceNetworkInfoInternetInfoArgs(
flow_out_type="string",
internet_spec="string",
flow_out_bandwidth=0,
ip_whitelists=["string"],
),
vpc_info=alicloud.rocketmq.RocketMQInstanceNetworkInfoVpcInfoArgs(
vpc_id="string",
vswitch_id="string",
),
endpoints=[alicloud.rocketmq.RocketMQInstanceNetworkInfoEndpointArgs(
endpoint_type="string",
endpoint_url="string",
ip_white_lists=["string"],
)],
),
period=0,
auto_renew_period=0,
period_unit="string",
product_info=alicloud.rocketmq.RocketMQInstanceProductInfoArgs(
msg_process_spec="string",
auto_scaling=False,
message_retention_time=0,
send_receive_ratio=0,
support_auto_scaling=False,
),
remark="string",
resource_group_id="string",
instance_name="string",
auto_renew=False,
software=alicloud.rocketmq.RocketMQInstanceSoftwareArgs(
maintain_time="string",
software_version="string",
upgrade_method="string",
),
auto_renew_period_unit="string",
tags={
"string": "any",
})
const rocketMQInstanceResource = new alicloud.rocketmq.RocketMQInstance("rocketMQInstanceResource", {
serviceCode: "string",
paymentType: "string",
subSeriesCode: "string",
seriesCode: "string",
networkInfo: {
internetInfo: {
flowOutType: "string",
internetSpec: "string",
flowOutBandwidth: 0,
ipWhitelists: ["string"],
},
vpcInfo: {
vpcId: "string",
vswitchId: "string",
},
endpoints: [{
endpointType: "string",
endpointUrl: "string",
ipWhiteLists: ["string"],
}],
},
period: 0,
autoRenewPeriod: 0,
periodUnit: "string",
productInfo: {
msgProcessSpec: "string",
autoScaling: false,
messageRetentionTime: 0,
sendReceiveRatio: 0,
supportAutoScaling: false,
},
remark: "string",
resourceGroupId: "string",
instanceName: "string",
autoRenew: false,
software: {
maintainTime: "string",
softwareVersion: "string",
upgradeMethod: "string",
},
autoRenewPeriodUnit: "string",
tags: {
string: "any",
},
});
type: alicloud:rocketmq:RocketMQInstance
properties:
autoRenew: false
autoRenewPeriod: 0
autoRenewPeriodUnit: string
instanceName: string
networkInfo:
endpoints:
- endpointType: string
endpointUrl: string
ipWhiteLists:
- string
internetInfo:
flowOutBandwidth: 0
flowOutType: string
internetSpec: string
ipWhitelists:
- string
vpcInfo:
vpcId: string
vswitchId: string
paymentType: string
period: 0
periodUnit: string
productInfo:
autoScaling: false
messageRetentionTime: 0
msgProcessSpec: string
sendReceiveRatio: 0
supportAutoScaling: false
remark: string
resourceGroupId: string
seriesCode: string
serviceCode: string
software:
maintainTime: string
softwareVersion: string
upgradeMethod: string
subSeriesCode: string
tags:
string: any
RocketMQInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The RocketMQInstance resource accepts the following input properties:
- Network
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Network Info - Instance network configuration information. See
network_info
below. - Payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- Series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- Service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- Sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Auto
Renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- Auto
Renew intPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- Auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - Instance
Name string - The name of instance.
- Period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- Period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- Product
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Product Info - product info. See
product_info
below. - Remark string
- Custom description.
- Resource
Group stringId - The ID of the resource group.
- Software
Pulumi.
Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Software - Instance software information. See
software
below. - Dictionary<string, object>
- The resource label.
- Network
Info RocketMQInstance Network Info Args - Instance network configuration information. See
network_info
below. - Payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- Series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- Service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- Sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Auto
Renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- Auto
Renew intPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- Auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - Instance
Name string - The name of instance.
- Period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- Period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- Product
Info RocketMQInstance Product Info Args - product info. See
product_info
below. - Remark string
- Custom description.
- Resource
Group stringId - The ID of the resource group.
- Software
Rocket
MQInstance Software Args - Instance software information. See
software
below. - map[string]interface{}
- The resource label.
- network
Info RocketMQInstance Network Info - Instance network configuration information. See
network_info
below. - payment
Type String - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- series
Code String - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code String - The code of the service code instance. The code of the RocketMQ is rmq.
- sub
Series StringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- auto
Renew Boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew IntegerPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew StringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - instance
Name String - The name of instance.
- period Integer
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit String - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info RocketMQInstance Product Info - product info. See
product_info
below. - remark String
- Custom description.
- resource
Group StringId - The ID of the resource group.
- software
Rocket
MQInstance Software - Instance software information. See
software
below. - Map<String,Object>
- The resource label.
- network
Info RocketMQInstance Network Info - Instance network configuration information. See
network_info
below. - payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- auto
Renew boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew numberPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - instance
Name string - The name of instance.
- period number
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info RocketMQInstance Product Info - product info. See
product_info
below. - remark string
- Custom description.
- resource
Group stringId - The ID of the resource group.
- software
Rocket
MQInstance Software - Instance software information. See
software
below. - {[key: string]: any}
- The resource label.
- network_
info RocketMQInstance Network Info Args - Instance network configuration information. See
network_info
below. - payment_
type str - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- series_
code str - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service_
code str - The code of the service code instance. The code of the RocketMQ is rmq.
- sub_
series_ strcode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- auto_
renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto_
renew_ intperiod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto_
renew_ strperiod_ unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - instance_
name str - The name of instance.
- period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period_
unit str - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product_
info RocketMQInstance Product Info Args - product info. See
product_info
below. - remark str
- Custom description.
- resource_
group_ strid - The ID of the resource group.
- software
Rocket
MQInstance Software Args - Instance software information. See
software
below. - Mapping[str, Any]
- The resource label.
- network
Info Property Map - Instance network configuration information. See
network_info
below. - payment
Type String - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- series
Code String - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code String - The code of the service code instance. The code of the RocketMQ is rmq.
- sub
Series StringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- auto
Renew Boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew NumberPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew StringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - instance
Name String - The name of instance.
- period Number
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit String - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info Property Map - product info. See
product_info
below. - remark String
- Custom description.
- resource
Group StringId - The ID of the resource group.
- software Property Map
- Instance software information. See
software
below. - Map<Any>
- The resource label.
Outputs
All input properties are implicitly available as output properties. Additionally, the RocketMQInstance resource produces the following output properties:
- Create
Time string - The creation time of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The status of the instance.
- Create
Time string - The creation time of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The status of the instance.
- create
Time String - The creation time of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The status of the instance.
- create
Time string - The creation time of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- The status of the instance.
- create_
time str - The creation time of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- The status of the instance.
- create
Time String - The creation time of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The status of the instance.
Look up Existing RocketMQInstance Resource
Get an existing RocketMQInstance 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?: RocketMQInstanceState, opts?: CustomResourceOptions): RocketMQInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_renew: Optional[bool] = None,
auto_renew_period: Optional[int] = None,
auto_renew_period_unit: Optional[str] = None,
create_time: Optional[str] = None,
instance_name: Optional[str] = None,
network_info: Optional[RocketMQInstanceNetworkInfoArgs] = None,
payment_type: Optional[str] = None,
period: Optional[int] = None,
period_unit: Optional[str] = None,
product_info: Optional[RocketMQInstanceProductInfoArgs] = None,
remark: Optional[str] = None,
resource_group_id: Optional[str] = None,
series_code: Optional[str] = None,
service_code: Optional[str] = None,
software: Optional[RocketMQInstanceSoftwareArgs] = None,
status: Optional[str] = None,
sub_series_code: Optional[str] = None,
tags: Optional[Mapping[str, Any]] = None) -> RocketMQInstance
func GetRocketMQInstance(ctx *Context, name string, id IDInput, state *RocketMQInstanceState, opts ...ResourceOption) (*RocketMQInstance, error)
public static RocketMQInstance Get(string name, Input<string> id, RocketMQInstanceState? state, CustomResourceOptions? opts = null)
public static RocketMQInstance get(String name, Output<String> id, RocketMQInstanceState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Auto
Renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- Auto
Renew intPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- Auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - Create
Time string - The creation time of the resource.
- Instance
Name string - The name of instance.
- Network
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Network Info - Instance network configuration information. See
network_info
below. - Payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- Period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- Period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- Product
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Product Info - product info. See
product_info
below. - Remark string
- Custom description.
- Resource
Group stringId - The ID of the resource group.
- Series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- Service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- Software
Pulumi.
Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Software - Instance software information. See
software
below. - Status string
- The status of the instance.
- Sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Dictionary<string, object>
- The resource label.
- Auto
Renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- Auto
Renew intPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- Auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - Create
Time string - The creation time of the resource.
- Instance
Name string - The name of instance.
- Network
Info RocketMQInstance Network Info Args - Instance network configuration information. See
network_info
below. - Payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- Period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- Period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- Product
Info RocketMQInstance Product Info Args - product info. See
product_info
below. - Remark string
- Custom description.
- Resource
Group stringId - The ID of the resource group.
- Series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- Service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- Software
Rocket
MQInstance Software Args - Instance software information. See
software
below. - Status string
- The status of the instance.
- Sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- map[string]interface{}
- The resource label.
- auto
Renew Boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew IntegerPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew StringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - create
Time String - The creation time of the resource.
- instance
Name String - The name of instance.
- network
Info RocketMQInstance Network Info - Instance network configuration information. See
network_info
below. - payment
Type String - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- period Integer
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit String - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info RocketMQInstance Product Info - product info. See
product_info
below. - remark String
- Custom description.
- resource
Group StringId - The ID of the resource group.
- series
Code String - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code String - The code of the service code instance. The code of the RocketMQ is rmq.
- software
Rocket
MQInstance Software - Instance software information. See
software
below. - status String
- The status of the instance.
- sub
Series StringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Map<String,Object>
- The resource label.
- auto
Renew boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew numberPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew stringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - create
Time string - The creation time of the resource.
- instance
Name string - The name of instance.
- network
Info RocketMQInstance Network Info - Instance network configuration information. See
network_info
below. - payment
Type string - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- period number
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit string - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info RocketMQInstance Product Info - product info. See
product_info
below. - remark string
- Custom description.
- resource
Group stringId - The ID of the resource group.
- series
Code string - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code string - The code of the service code instance. The code of the RocketMQ is rmq.
- software
Rocket
MQInstance Software - Instance software information. See
software
below. - status string
- The status of the instance.
- sub
Series stringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- {[key: string]: any}
- The resource label.
- auto_
renew bool - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto_
renew_ intperiod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto_
renew_ strperiod_ unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - create_
time str - The creation time of the resource.
- instance_
name str - The name of instance.
- network_
info RocketMQInstance Network Info Args - Instance network configuration information. See
network_info
below. - payment_
type str - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- period int
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period_
unit str - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product_
info RocketMQInstance Product Info Args - product info. See
product_info
below. - remark str
- Custom description.
- resource_
group_ strid - The ID of the resource group.
- series_
code str - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service_
code str - The code of the service code instance. The code of the RocketMQ is rmq.
- software
Rocket
MQInstance Software Args - Instance software information. See
software
below. - status str
- The status of the instance.
- sub_
series_ strcode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Mapping[str, Any]
- The resource label.
- auto
Renew Boolean - Whether to enable auto-renewal. This parameter is only applicable when the payment type for the instance is Subscription (prepaid).
- true: Enable auto-renewal
- false: Disable auto-renewal.
- auto
Renew NumberPeriod - Auto-renewal period. This parameter is only valid when auto-renewal is enabled. The values can be as follows: 1, 2, 3, 6, 12.
- auto
Renew StringPeriod Unit - The minimum periodic unit for the duration of auto-renewal. This parameter is only valid when auto-renewal is enabled. Valid values:
Month
,Year
. - create
Time String - The creation time of the resource.
- instance
Name String - The name of instance.
- network
Info Property Map - Instance network configuration information. See
network_info
below. - payment
Type String - The payment type for the instance. Alibaba Cloud Message Queue RocketMQ version supports two types of payment. The parameter values are as follows:
- PayAsYouGo: Pay-as-you-go, a post-payment model where you pay after usage.
- Subscription: Subscription-based, a pre-payment model where you pay before usage. For more information, please refer to Billing Methods.
- period Number
- Duration of purchase. This parameter is only valid when the payment type for the instance is Subscription (prepaid). The values can be as follows:
- Monthly purchase: 1, 2, 3, 4, 5, 6
- Annual purchase: 1, 2, 3.
- period
Unit String - The minimum periodic unit for the duration of purchase. The parameter values are as follows:
- Month: Purchase on a monthly basis
- Year: Purchase on an annual basis.
- product
Info Property Map - product info. See
product_info
below. - remark String
- Custom description.
- resource
Group StringId - The ID of the resource group.
- series
Code String - The primary series encoding for the instance. For specific differences between the primary series, please refer to Product Selection. The parameter values are as follows:
- standard: Standard Edition
- ultimate: Platinum Edition
- professional: Professional Edition.
- service
Code String - The code of the service code instance. The code of the RocketMQ is rmq.
- software Property Map
- Instance software information. See
software
below. - status String
- The status of the instance.
- sub
Series StringCode - The sub-series encoding for the instance. For specific differences between the sub-series, please refer to Product Selection. The parameter values are as follows:
- cluster_ha: Cluster High Availability Edition
- single_node: Single Node Testing Edition When selecting the primary series as ultimate (Platinum Edition), the sub-series can only be chosen as cluster_ha (Cluster High Availability Edition).
- Map<Any>
- The resource label.
Supporting Types
RocketMQInstanceNetworkInfo, RocketMQInstanceNetworkInfoArgs
- Internet
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Network Info Internet Info - instance internet info. See
internet_info
below. - Vpc
Info Pulumi.Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Network Info Vpc Info - Proprietary network information. See
vpc_info
below. - Endpoints
List<Pulumi.
Ali Cloud. Rocket MQ. Inputs. Rocket MQInstance Network Info Endpoint> - Access point list.
- Internet
Info RocketMQInstance Network Info Internet Info - instance internet info. See
internet_info
below. - Vpc
Info RocketMQInstance Network Info Vpc Info - Proprietary network information. See
vpc_info
below. - Endpoints
[]Rocket
MQInstance Network Info Endpoint - Access point list.
- internet
Info RocketMQInstance Network Info Internet Info - instance internet info. See
internet_info
below. - vpc
Info RocketMQInstance Network Info Vpc Info - Proprietary network information. See
vpc_info
below. - endpoints
List<Rocket
MQInstance Network Info Endpoint> - Access point list.
- internet
Info RocketMQInstance Network Info Internet Info - instance internet info. See
internet_info
below. - vpc
Info RocketMQInstance Network Info Vpc Info - Proprietary network information. See
vpc_info
below. - endpoints
Rocket
MQInstance Network Info Endpoint[] - Access point list.
- internet_
info RocketMQInstance Network Info Internet Info - instance internet info. See
internet_info
below. - vpc_
info RocketMQInstance Network Info Vpc Info - Proprietary network information. See
vpc_info
below. - endpoints
Sequence[Rocket
MQInstance Network Info Endpoint] - Access point list.
- internet
Info Property Map - instance internet info. See
internet_info
below. - vpc
Info Property Map - Proprietary network information. See
vpc_info
below. - endpoints List<Property Map>
- Access point list.
RocketMQInstanceNetworkInfoEndpoint, RocketMQInstanceNetworkInfoEndpointArgs
- Endpoint
Type string - Access point type.
- Endpoint
Url string - Access point address.
- Ip
White List<string>Lists - White list of access addresses.
- Endpoint
Type string - Access point type.
- Endpoint
Url string - Access point address.
- Ip
White []stringLists - White list of access addresses.
- endpoint
Type String - Access point type.
- endpoint
Url String - Access point address.
- ip
White List<String>Lists - White list of access addresses.
- endpoint
Type string - Access point type.
- endpoint
Url string - Access point address.
- ip
White string[]Lists - White list of access addresses.
- endpoint_
type str - Access point type.
- endpoint_
url str - Access point address.
- ip_
white_ Sequence[str]lists - White list of access addresses.
- endpoint
Type String - Access point type.
- endpoint
Url String - Access point address.
- ip
White List<String>Lists - White list of access addresses.
RocketMQInstanceNetworkInfoInternetInfo, RocketMQInstanceNetworkInfoInternetInfoArgs
- Flow
Out stringType - Internet
Spec string - Flow
Out intBandwidth - Ip
Whitelists List<string>
- Flow
Out stringType - Internet
Spec string - Flow
Out intBandwidth - Ip
Whitelists []string
- flow
Out StringType - internet
Spec String - flow
Out IntegerBandwidth - ip
Whitelists List<String>
- flow
Out stringType - internet
Spec string - flow
Out numberBandwidth - ip
Whitelists string[]
- flow_
out_ strtype - internet_
spec str - flow_
out_ intbandwidth - ip_
whitelists Sequence[str]
- flow
Out StringType - internet
Spec String - flow
Out NumberBandwidth - ip
Whitelists List<String>
RocketMQInstanceNetworkInfoVpcInfo, RocketMQInstanceNetworkInfoVpcInfoArgs
- vpc_
id str - vswitch_
id str
RocketMQInstanceProductInfo, RocketMQInstanceProductInfoArgs
- Msg
Process stringSpec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- Auto
Scaling bool - is open auto scaling.
- Message
Retention intTime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- Send
Receive doubleRatio - message send receive ratio.Value range: [0.2, 0.5].
- Support
Auto boolScaling - is support auto scaling.
- Msg
Process stringSpec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- Auto
Scaling bool - is open auto scaling.
- Message
Retention intTime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- Send
Receive float64Ratio - message send receive ratio.Value range: [0.2, 0.5].
- Support
Auto boolScaling - is support auto scaling.
- msg
Process StringSpec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- auto
Scaling Boolean - is open auto scaling.
- message
Retention IntegerTime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- send
Receive DoubleRatio - message send receive ratio.Value range: [0.2, 0.5].
- support
Auto BooleanScaling - is support auto scaling.
- msg
Process stringSpec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- auto
Scaling boolean - is open auto scaling.
- message
Retention numberTime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- send
Receive numberRatio - message send receive ratio.Value range: [0.2, 0.5].
- support
Auto booleanScaling - is support auto scaling.
- msg_
process_ strspec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- auto_
scaling bool - is open auto scaling.
- message_
retention_ inttime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- send_
receive_ floatratio - message send receive ratio.Value range: [0.2, 0.5].
- support_
auto_ boolscaling - is support auto scaling.
- msg
Process StringSpec - Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
- auto
Scaling Boolean - is open auto scaling.
- message
Retention NumberTime - Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
- send
Receive NumberRatio - message send receive ratio.Value range: [0.2, 0.5].
- support
Auto BooleanScaling - is support auto scaling.
RocketMQInstanceSoftware, RocketMQInstanceSoftwareArgs
- Maintain
Time string - Upgrade time period.
- Software
Version string - Software version.
- Upgrade
Method string - Upgrade method.
- Maintain
Time string - Upgrade time period.
- Software
Version string - Software version.
- Upgrade
Method string - Upgrade method.
- maintain
Time String - Upgrade time period.
- software
Version String - Software version.
- upgrade
Method String - Upgrade method.
- maintain
Time string - Upgrade time period.
- software
Version string - Software version.
- upgrade
Method string - Upgrade method.
- maintain_
time str - Upgrade time period.
- software_
version str - Software version.
- upgrade_
method str - Upgrade method.
- maintain
Time String - Upgrade time period.
- software
Version String - Software version.
- upgrade
Method String - Upgrade method.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.