Show / Hide Table of Contents

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 Source

Interval

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
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 readonly string IntervalUnit
Field Value
Type Description
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 readonly string Times
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.