Interface CfnDataLake.IExpirationProperty
Provides data expiration details of the Amazon Security Lake object.
Namespace: Amazon.CDK.AWS.SecurityLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataLake.IExpirationProperty
Syntax (vb)
Public Interface CfnDataLake.IExpirationProperty
Remarks
You can specify your preferred Amazon S3 storage class and the time period for S3 objects to stay in that storage class before they expire. For more information about Amazon S3 Lifecycle configurations, see Managing your storage lifecycle in the Amazon Simple Storage Service User Guide .
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.SecurityLake;
var expirationProperty = new ExpirationProperty {
Days = 123
};
Synopsis
Properties
| Days | The number of days before data expires in the Amazon Security Lake object. |
Properties
Days
The number of days before data expires in the Amazon Security Lake object.
double? Days { get; }