Show / Hide Table of Contents

Class FileSystemLifecyclePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FileSystemLifecyclePolicyArgs
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.Efs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FileSystemLifecyclePolicyArgs : ResourceArgs

Constructors

View Source

FileSystemLifecyclePolicyArgs()

Declaration
public FileSystemLifecyclePolicyArgs()

Properties

View Source

TransitionToIa

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.