Aggregate Delivery Args
data class AggregateDeliveryArgs(val aggregatorId: Output<String>? = null, val configurationItemChangeNotification: Output<Boolean>? = null, val configurationSnapshot: Output<Boolean>? = 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 nonCompliantNotification: Output<Boolean>? = null, val oversizedDataOssTargetArn: Output<String>? = null, val status: Output<Int>? = null) : ConvertibleToJava<AggregateDeliveryArgs>
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>
Content copied to clipboard
Constructors
Link copied to clipboard
fun AggregateDeliveryArgs(aggregatorId: Output<String>? = null, configurationItemChangeNotification: Output<Boolean>? = null, configurationSnapshot: Output<Boolean>? = null, deliveryChannelCondition: Output<String>? = null, deliveryChannelName: Output<String>? = null, deliveryChannelTargetArn: Output<String>? = null, deliveryChannelType: Output<String>? = null, description: Output<String>? = null, nonCompliantNotification: Output<Boolean>? = null, oversizedDataOssTargetArn: Output<String>? = null, status: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
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
Link copied to clipboard