Instance
This class encapsulates and extends the ROS resource type DATASOURCE::ROCKETMQ::Instance
.
Initializers
import { datasource } from '@alicloud/ros-cdk-rocketmq'
new datasource.Instance(scope: Construct, id: string, props: InstanceProps, enableResourcePropertyConstraint?: boolean)
Name | Type | Description |
---|---|---|
scope |
@alicloud/ros-cdk-core.Construct |
No description. |
id |
string |
No description. |
props |
InstanceProps |
No description. |
enableResourcePropertyConstraint |
boolean |
No description. |
scope
Required
- Type: @alicloud/ros-cdk-core.Construct
id
Required
- Type: string
props
Required
- Type: InstanceProps
enableResourcePropertyConstraint
Optional
- Type: boolean
Methods
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
addCondition |
No description. |
addCount |
No description. |
addDependency |
No description. |
addResourceDesc |
No description. |
applyRemovalPolicy |
No description. |
getAtt |
No description. |
setMetadata |
No description. |
toString
public toString(): string
Returns a string representation of this construct.
synthesize
public synthesize(session: ISynthesisSession): void
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: @alicloud/ros-cdk-core.ISynthesisSession
The synthesis session.
addCondition
public addCondition(condition: RosCondition): void
- Type: @alicloud/ros-cdk-core.RosCondition
addCount
public addCount(count: number | IResolvable): void
- Type: number | @alicloud/ros-cdk-core.IResolvable
addDependency
public addDependency(resource: Resource): void
- Type: @alicloud/ros-cdk-core.Resource
addResourceDesc
public addResourceDesc(desc: string): void
- Type: string
applyRemovalPolicy
public applyRemovalPolicy(policy: RemovalPolicy): void
- Type: @alicloud/ros-cdk-core.RemovalPolicy
getAtt
public getAtt(name: string): IResolvable
- Type: string
setMetadata
public setMetadata(key: string, value: any): void
- Type: string
- Type: any
Static Functions
Name | Description |
---|---|
isConstruct |
Return whether the given object is a Construct. |
isConstruct
import { datasource } from '@alicloud/ros-cdk-rocketmq'
datasource.Instance.isConstruct(x: any)
Return whether the given object is a Construct.
- Type: any
Properties
Name | Type | Description |
---|---|---|
node |
@alicloud/ros-cdk-core.ConstructNode |
The construct tree node associated with this construct. |
ref |
string |
No description. |
stack |
@alicloud/ros-cdk-core.Stack |
The stack in which this resource is defined. |
resource |
@alicloud/ros-cdk-core.RosResource |
No description. |
attrAccountInfo |
@alicloud/ros-cdk-core.IResolvable |
Attribute AccountInfo: The account information. |
attrAclInfo |
@alicloud/ros-cdk-core.IResolvable |
Attribute AclInfo: The information about access control. |
attrCommodityCode |
@alicloud/ros-cdk-core.IResolvable |
Attribute CommodityCode: The commodity code of the instance. |
attrCreateTime |
@alicloud/ros-cdk-core.IResolvable |
Attribute CreateTime: The time when the instance was created. |
attrExpireTime |
@alicloud/ros-cdk-core.IResolvable |
Attribute ExpireTime: The time when the instance expires. |
attrGroupCount |
@alicloud/ros-cdk-core.IResolvable |
Attribute GroupCount: The number of groups. |
attrInstanceId |
@alicloud/ros-cdk-core.IResolvable |
Attribute InstanceId: The ID of the RocketMQ instance. |
attrInstanceName |
@alicloud/ros-cdk-core.IResolvable |
Attribute InstanceName: The name of instance. |
attrInstanceQuotas |
@alicloud/ros-cdk-core.IResolvable |
Attribute InstanceQuotas: The instance quotas. |
attrNetworkInfo |
@alicloud/ros-cdk-core.IResolvable |
Attribute NetworkInfo: Instance network configuration information. |
attrPaymentType |
@alicloud/ros-cdk-core.IResolvable |
Attribute PaymentType: The billing method of the instance. |
attrProductInfo |
@alicloud/ros-cdk-core.IResolvable |
Attribute ProductInfo: The extended configurations of the instance. |
attrReleaseTime |
@alicloud/ros-cdk-core.IResolvable |
Attribute ReleaseTime: The time when the instance was released. |
attrRemark |
@alicloud/ros-cdk-core.IResolvable |
Attribute Remark: The description of the instance. |
attrResourceGroupId |
@alicloud/ros-cdk-core.IResolvable |
Attribute ResourceGroupId: The ID of the resource group. |
attrSeriesCode |
@alicloud/ros-cdk-core.IResolvable |
Attribute SeriesCode: The primary edition of the instance. |
attrServiceCode |
@alicloud/ros-cdk-core.IResolvable |
Attribute ServiceCode: The code of the service to which the instance belongs. |
attrSoftware |
@alicloud/ros-cdk-core.IResolvable |
Attribute Software: The instance software information. |
attrStartTime |
@alicloud/ros-cdk-core.IResolvable |
Attribute StartTime: The time when the instance was started. |
attrSubSeriesCode |
@alicloud/ros-cdk-core.IResolvable |
Attribute SubSeriesCode: The sub-category edition of the instance. |
attrTags |
@alicloud/ros-cdk-core.IResolvable |
Attribute Tags: The tags of the RocketMQ instance. |
attrTopicCount |
@alicloud/ros-cdk-core.IResolvable |
Attribute TopicCount: The number of topics. |
attrUpdateTime |
@alicloud/ros-cdk-core.IResolvable |
Attribute UpdateTime: The time when the instance was last modified. |
attrUserId |
@alicloud/ros-cdk-core.IResolvable |
Attribute UserId: The ID of the user who owns the instance. |
node
Required
public readonly node: ConstructNode;
- Type: @alicloud/ros-cdk-core.ConstructNode
The construct tree node associated with this construct.
ref
Required
public readonly ref: string;
- Type: string
stack
Required
public readonly stack: Stack;
- Type: @alicloud/ros-cdk-core.Stack
The stack in which this resource is defined.
resource
Optional
public readonly resource: RosResource;
- Type: @alicloud/ros-cdk-core.RosResource
attrAccountInfo
Required
public readonly attrAccountInfo: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute AccountInfo: The account information.
attrAclInfo
Required
public readonly attrAclInfo: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute AclInfo: The information about access control.
attrCommodityCode
Required
public readonly attrCommodityCode: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute CommodityCode: The commodity code of the instance.
The commodity code of a ApsaraMQ for RocketMQ 5.0 instance has a similar format as ons_rmqsub_public_cn.
attrCreateTime
Required
public readonly attrCreateTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute CreateTime: The time when the instance was created.
attrExpireTime
Required
public readonly attrExpireTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute ExpireTime: The time when the instance expires.
attrGroupCount
Required
public readonly attrGroupCount: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute GroupCount: The number of groups.
attrInstanceId
Required
public readonly attrInstanceId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute InstanceId: The ID of the RocketMQ instance.
attrInstanceName
Required
public readonly attrInstanceName: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute InstanceName: The name of instance.
attrInstanceQuotas
Required
public readonly attrInstanceQuotas: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute InstanceQuotas: The instance quotas.
attrNetworkInfo
Required
public readonly attrNetworkInfo: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute NetworkInfo: Instance network configuration information.
attrPaymentType
Required
public readonly attrPaymentType: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute PaymentType: The billing method of the instance.
attrProductInfo
Required
public readonly attrProductInfo: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute ProductInfo: The extended configurations of the instance.
attrReleaseTime
Required
public readonly attrReleaseTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute ReleaseTime: The time when the instance was released.
attrRemark
Required
public readonly attrRemark: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute Remark: The description of the instance.
attrResourceGroupId
Required
public readonly attrResourceGroupId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute ResourceGroupId: The ID of the resource group.
attrSeriesCode
Required
public readonly attrSeriesCode: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute SeriesCode: The primary edition of the instance.
attrServiceCode
Required
public readonly attrServiceCode: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute ServiceCode: The code of the service to which the instance belongs.
The service code of ApsaraMQ for RocketMQ is rmq.
attrSoftware
Required
public readonly attrSoftware: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute Software: The instance software information.
attrStartTime
Required
public readonly attrStartTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute StartTime: The time when the instance was started.
attrSubSeriesCode
Required
public readonly attrSubSeriesCode: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute SubSeriesCode: The sub-category edition of the instance.
For information about the differences between sub-category edition instances.
attrTags
Required
public readonly attrTags: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute Tags: The tags of the RocketMQ instance.
attrTopicCount
Required
public readonly attrTopicCount: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute TopicCount: The number of topics.
attrUpdateTime
Required
public readonly attrUpdateTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute UpdateTime: The time when the instance was last modified.
attrUserId
Required
public readonly attrUserId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
Attribute UserId: The ID of the user who owns the instance.