GetDeliveryChannelsChannel

data class GetDeliveryChannelsChannel(val deliveryChannelAssumeRoleArn: String, val deliveryChannelCondition: String, val deliveryChannelId: String, val deliveryChannelName: String, val deliveryChannelTargetArn: String, val deliveryChannelType: String, val description: String, val id: String, val status: Int)

Constructors

Link copied to clipboard
constructor(deliveryChannelAssumeRoleArn: String, deliveryChannelCondition: String, deliveryChannelId: String, deliveryChannelName: String, deliveryChannelTargetArn: String, deliveryChannelType: String, description: String, id: String, status: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Alibaba Cloud Resource Name (ARN) of the role assumed by delivery method.

Link copied to clipboard

The rule attached to the delivery method. This parameter is applicable only to delivery methods of the Message Service (MNS) type.

Link copied to clipboard

The ID of the delivery channel.

Link copied to clipboard

The name of the delivery channel.

Link copied to clipboard

The ARN of the delivery destination.

Link copied to clipboard

The type of the delivery channel.

Link copied to clipboard

The description of the delivery channel.

Link copied to clipboard
val id: String

The ID of the Config Delivery Channel.

Link copied to clipboard
val status: Int

The status of the config delivery channel. Valid values 0: Disable delivery channel, 1: Enable delivery channel.