Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3files-filesystem-expirationdatarule.html

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; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3files-filesystem-expirationdatarule.html#cfn-s3files-filesystem-expirationdatarule-daysafterlastaccess

Back to top Generated by DocFX