Package com.pulumi.aws.cfg.inputs
Class DeliveryChannelSnapshotDeliveryPropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cfg.inputs.DeliveryChannelSnapshotDeliveryPropertiesArgs
-
public final class DeliveryChannelSnapshotDeliveryPropertiesArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeliveryChannelSnapshotDeliveryPropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static DeliveryChannelSnapshotDeliveryPropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryChannelSnapshotDeliveryPropertiesArgs.Builder
builder()
static DeliveryChannelSnapshotDeliveryPropertiesArgs.Builder
builder(DeliveryChannelSnapshotDeliveryPropertiesArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
deliveryFrequency()
-
-
-
Field Detail
-
Empty
public static final DeliveryChannelSnapshotDeliveryPropertiesArgs Empty
-
-
Method Detail
-
deliveryFrequency
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deliveryFrequency()
- Returns:
- The frequency with which AWS Config recurringly delivers configuration snapshotsE.g., `One_Hour` or `Three_Hours`. Valid values are listed [here](https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigSnapshotDeliveryProperties.html#API_ConfigSnapshotDeliveryProperties_Contents).
-
builder
public static DeliveryChannelSnapshotDeliveryPropertiesArgs.Builder builder()
-
builder
public static DeliveryChannelSnapshotDeliveryPropertiesArgs.Builder builder(DeliveryChannelSnapshotDeliveryPropertiesArgs defaults)
-
-