Delivery Channel Args
data class DeliveryChannelArgs(val deliveryChannelAssumeRoleArn: Output<String>? = null, val deliveryChannelCondition: Output<String>? = null, val deliveryChannelName: Output<String>? = null, val deliveryChannelTargetArn: Output<String>? = null, val deliveryChannelType: Output<String>? = null, val description: Output<String>? = null, val status: Output<Int>? = null) : ConvertibleToJava<DeliveryChannelArgs>
Import
Alicloud Config Delivery Channel can be imported using the id, e.g.
$ pulumi import alicloud:cfg/deliveryChannel:DeliveryChannel example cdc-49a2ad756057********
Content copied to clipboard
Constructors
Link copied to clipboard
fun DeliveryChannelArgs(deliveryChannelAssumeRoleArn: Output<String>? = null, deliveryChannelCondition: Output<String>? = null, deliveryChannelName: Output<String>? = null, deliveryChannelTargetArn: Output<String>? = null, deliveryChannelType: Output<String>? = null, description: Output<String>? = null, status: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
The rule attached to the delivery method. This parameter is applicable only to delivery methods of the MNS type. Please refer to api PutDeliveryChannel for example format.
Link copied to clipboard
Link copied to clipboard