Skip to content

NotificationConfigurationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new NotificationConfigurationsProperty {
    object NotificationArn,
    object NotificationTypes
};

Properties

Name Type Description
NotificationArn object No description.
NotificationTypes object No description.

NotificationArnRequired

public object NotificationArn { get; set; }
  • Type: object

NotificationTypesRequired

public object NotificationTypes { get; set; }
  • Type: object