AggregateDelivery

class AggregateDelivery : KotlinCustomResource

Provides a Cloud Config Aggregate Delivery resource. For information about Cloud Config Aggregate Delivery and how to use it, see What is Aggregate Delivery.

NOTE: Available since v1.172.0.

Import

Cloud Config Aggregate Delivery can be imported using the id, e.g.

$ pulumi import alicloud:cfg/aggregateDelivery:AggregateDelivery example <aggregator_id>:<delivery_channel_id>

Properties

Link copied to clipboard
val aggregatorId: Output<String>

The ID of the Aggregator.

Link copied to clipboard

Open or close delivery configuration change history.

Link copied to clipboard

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

Link copied to clipboard

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

Link copied to clipboard

The ID of the delivery method.

Link copied to clipboard

The name of the delivery method.

Link copied to clipboard

The ARN of the delivery destination. The value must be in one of the following formats:

Link copied to clipboard

The type of the 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

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

Link copied to clipboard

The oss ARN of the delivery channel when the value data oversized limit.

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>