Show / Hide Table of Contents

Class LifecyclePolicyPolicyDetailsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LifecyclePolicyPolicyDetailsArgs
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 LifecyclePolicyPolicyDetailsArgs : ResourceArgs

Constructors

View Source

LifecyclePolicyPolicyDetailsArgs()

Declaration
public LifecyclePolicyPolicyDetailsArgs()

Properties

View Source

ResourceTypes

A list of resource types that should be targeted by the lifecycle policy. VOLUME is currently the only allowed value.

Declaration
public InputList<string> ResourceTypes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Schedules

See the schedule configuration block.

Declaration
public InputList<LifecyclePolicyPolicyDetailsScheduleArgs> Schedules { get; set; }
Property Value
Type Description
InputList<LifecyclePolicyPolicyDetailsScheduleArgs>
View Source

TargetTags

A map of tag keys and their values. Any resources that match the resource_types and are tagged with any of these tags will be targeted.

Declaration
public InputMap<object> TargetTags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.