Skip to content

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],
  filter_tag: typing.Union[str, IResolvable] = None,
  notify_content_format: typing.Union[str, IResolvable] = None,
  notify_strategy: 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.
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.

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]

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]