Class FileSystemLifecyclePolicyArgs
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.Efs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FileSystemLifecyclePolicyArgs : ResourceArgs
Constructors
View SourceFileSystemLifecyclePolicyArgs()
Declaration
public FileSystemLifecyclePolicyArgs()
Properties
View SourceTransitionToIa
Indicates how long it takes to transition files to the IA storage class. Valid values: AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, or AFTER_90_DAYS.
Declaration
public Input<string> TransitionToIa { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |