Skip to content

NotificationConfigurationsProperty

Initializer

import com.aliyun.ros.cdk.ess.RosScalingGroup.NotificationConfigurationsProperty;
NotificationConfigurationsProperty.builder()
    .notificationArn(java.lang.String)
    .notificationArn(IResolvable)
    .notificationTypes(IResolvable)
    .notificationTypes(java.util.List<java.lang.String)
    .notificationTypes(IResolvable>)
    .build();

Properties

Name Type Description
notificationArn java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
notificationTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

notificationArnRequired

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

notificationTypesRequired

public java.lang.Object getNotificationTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List