Interface CfnFileSystem.IExpirationDataRuleProperty
Namespace: Amazon.CDK.AWS.S3Files
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFileSystem.IExpirationDataRuleProperty
Syntax (vb)
Public Interface CfnFileSystem.IExpirationDataRuleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3Files;
var expirationDataRuleProperty = new ExpirationDataRuleProperty {
DaysAfterLastAccess = 123
};
Synopsis
Properties
| DaysAfterLastAccess |
Properties
DaysAfterLastAccess
double DaysAfterLastAccess { get; }