Class LifecyclePolicyPolicyDetailsScheduleCreateRule
Inheritance
System.Object
LifecyclePolicyPolicyDetailsScheduleCreateRule
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.Dlm.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LifecyclePolicyPolicyDetailsScheduleCreateRule
Fields
View SourceInterval
How often this lifecycle policy should be evaluated. 1, 2,3,4,6,8,12 or 24 are valid values.
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IntervalUnit
The unit for how often the lifecycle policy should be evaluated. HOURS is currently the only allowed value and also the default value.
Declaration
public readonly string IntervalUnit
Field Value
| Type | Description |
|---|---|
| System.String |
Times
A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1.
Declaration
public readonly string Times
Field Value
| Type | Description |
|---|---|
| System.String |