InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-instance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq"
&alicloudroscdkrocketmq.InstanceProps {
InstanceName: interface{},
DeletionForce: interface{},
Remark: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq.RosInstance.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
InstanceName |
interface{} |
Property instanceName: The name of the instance, which contains 3 to 64 characters in Chinese or English. |
DeletionForce |
interface{} |
Property deletionForce: Whether delete all topics and groups of the instance and then delete instance. |
Remark |
interface{} |
Property remark: The remark of instance. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
InstanceName
Required
InstanceName interface{}
- Type: interface{}
Property instanceName: The name of the instance, which contains 3 to 64 characters in Chinese or English.
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
Property deletionForce: Whether delete all topics and groups of the instance and then delete instance.
Default is false
Remark
Optional
Remark interface{}
- Type: interface{}
Property remark: The remark of instance.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.