Class DeliveryChannelSnapshotDeliveryPropertiesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cfg.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeliveryChannelSnapshotDeliveryPropertiesArgs : ResourceArgs
Constructors
View SourceDeliveryChannelSnapshotDeliveryPropertiesArgs()
Declaration
public DeliveryChannelSnapshotDeliveryPropertiesArgs()
Properties
View SourceDeliveryFrequency
- The frequency with which AWS Config recurringly delivers configuration snapshots.
e.g.
One_HourorThree_Hours. Valid values are listed here.
Declaration
public Input<string> DeliveryFrequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |