DeliveryChannel

class DeliveryChannel : KotlinCustomResource

Example Usage

Import

Alicloud Config Delivery Channel can be imported using the id, e.g.

$ pulumi import alicloud:cfg/deliveryChannel:DeliveryChannel example cdc-49a2ad756057********

Properties

Link copied to clipboard

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

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

The name of the delivery channel.

Link copied to clipboard

The ARN of the delivery destination. This parameter is required when you create a delivery method. The value must be in one of the following formats:

Link copied to clipboard

The type of the delivery method. This parameter is required when you create a delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

Link copied to clipboard
val description: Output<String>

The description of the delivery method.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<Int>

The status of the delivery method. Valid values: 0: The delivery method is disabled., 1: The delivery destination is enabled. This is the default value.

Link copied to clipboard
val urn: Output<String>