Class LifecyclePolicyPolicyDetails
Inheritance
System.Object
LifecyclePolicyPolicyDetails
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 LifecyclePolicyPolicyDetails
Fields
View SourceResourceTypes
A list of resource types that should be targeted by the lifecycle policy. VOLUME is currently the only allowed value.
Declaration
public readonly ImmutableArray<string> ResourceTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Schedules
See the schedule configuration block.
Declaration
public readonly ImmutableArray<LifecyclePolicyPolicyDetailsSchedule> Schedules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LifecyclePolicyPolicyDetailsSchedule> |
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 readonly ImmutableDictionary<string, object> TargetTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |