Show / Hide Table of Contents

Class LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs()

Declaration
public LifecyclePolicyPolicyDetailsScheduleCreateRuleGetArgs()

Properties

View Source

Interval

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.