Class LifecyclePolicyPolicyDetailsArgs
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 LifecyclePolicyPolicyDetailsArgs : ResourceArgs
Constructors
View SourceLifecyclePolicyPolicyDetailsArgs()
Declaration
public LifecyclePolicyPolicyDetailsArgs()
Properties
View SourceResourceTypes
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> |
Schedules
See the schedule configuration block.
Declaration
public InputList<LifecyclePolicyPolicyDetailsScheduleArgs> Schedules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LifecyclePolicyPolicyDetailsScheduleArgs> |
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> |