Class LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs
Inheritance
System.Object
LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs : ResourceArgs
Constructors
View SourceLifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs()
Declaration
public LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs()
Properties
View SourceInterval
How often this lifecycle policy should be evaluated. 1, 2,3,4,6,8,12 or 24 are valid values.
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> IntervalUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Times { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |