Skip to content

RosSubscriptionProps

Properties for defining a RosSubscription.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mns-subscription

Initializer

import com.aliyun.ros.cdk.mns.RosSubscriptionProps;
RosSubscriptionProps.builder()
    .endpoint(java.lang.String)
    .endpoint(IResolvable)
    .subscriptionName(java.lang.String)
    .subscriptionName(IResolvable)
    .topicName(java.lang.String)
    .topicName(IResolvable)
//  .filterTag(java.lang.String)
//  .filterTag(IResolvable)
//  .notifyContentFormat(java.lang.String)
//  .notifyContentFormat(IResolvable)
//  .notifyStrategy(java.lang.String)
//  .notifyStrategy(IResolvable)
    .build();

Properties

Name Type Description
endpoint java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
subscriptionName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
topicName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
filterTag java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
notifyContentFormat java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
notifyStrategy java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

endpointRequired

public java.lang.Object getEndpoint();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

subscriptionNameRequired

public java.lang.Object getSubscriptionName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

topicNameRequired

public java.lang.Object getTopicName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

filterTagOptional

public java.lang.Object getFilterTag();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

notifyContentFormatOptional

public java.lang.Object getNotifyContentFormat();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

notifyStrategyOptional

public java.lang.Object getNotifyStrategy();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable