RosSubscriptionProps
Properties for defining a RosSubscription.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mns-subscription
Initializer
import ros_cdk_mns
ros_cdk_mns.RosSubscriptionProps(
endpoint: typing.Union[str, IResolvable],
subscription_name: typing.Union[str, IResolvable],
topic_name: typing.Union[str, IResolvable],
dlq_policy: typing.Union[IResolvable, DlqPolicyProperty] = None,
filter_tag: typing.Union[str, IResolvable] = None,
notify_content_format: typing.Union[str, IResolvable] = None,
notify_strategy: typing.Union[str, IResolvable] = None,
push_type: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
endpoint | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
subscription_name | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
topic_name | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
dlq_policy | typing.Union[ros_cdk_core.IResolvable, DlqPolicyProperty] | No description. |
filter_tag | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
notify_content_format | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
notify_strategy | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
push_type | typing.Union[str, ros_cdk_core.IResolvable] | No description. |
endpointRequired
endpoint: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
subscription_nameRequired
subscription_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
topic_nameRequired
topic_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
dlq_policyOptional
dlq_policy: typing.Union[IResolvable, DlqPolicyProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, DlqPolicyProperty]
filter_tagOptional
filter_tag: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
notify_content_formatOptional
notify_content_format: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
notify_strategyOptional
notify_strategy: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
push_typeOptional
push_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]