Class CfnDataLake.ExpirationProperty
Provides data expiration details of the Amazon Security Lake object.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SecurityLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataLake.ExpirationProperty : CfnDataLake.IExpirationProperty
Syntax (vb)
Public Class CfnDataLake.ExpirationProperty Implements 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
Constructors
| ExpirationProperty() | Provides data expiration details of the Amazon Security Lake object. |
Properties
| Days | The number of days before data expires in the Amazon Security Lake object. |
Constructors
ExpirationProperty()
Provides data expiration details of the Amazon Security Lake object.
public ExpirationProperty()
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
};
Properties
Days
The number of days before data expires in the Amazon Security Lake object.
public double? Days { get; set; }