Show / Hide Table of Contents

Class CfnDataLake.ExpirationProperty

Provides data expiration details of the Amazon Security Lake object.

Inheritance
object
CfnDataLake.ExpirationProperty
Implements
CfnDataLake.IExpirationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-expiration.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.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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-expiration.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.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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-expiration.html#cfn-securitylake-datalake-expiration-days

Implements

CfnDataLake.IExpirationProperty
Back to top Generated by DocFX