DeliveryChannelSnapshotDeliveryPropertiesArgs

data class DeliveryChannelSnapshotDeliveryPropertiesArgs(val deliveryFrequency: Output<String>? = null) : ConvertibleToJava<DeliveryChannelSnapshotDeliveryPropertiesArgs>

Constructors

constructor(deliveryFrequency: Output<String>? = null)

Properties

Link copied to clipboard
val deliveryFrequency: Output<String>? = null

The frequency with which AWS Config recurringly delivers configuration snapshotsE.g., One_Hour or Three_Hours. Valid values are listed here.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryChannelSnapshotDeliveryPropertiesArgs