CloudwatchRetentionSetter
import { CloudwatchRetentionSetter } from 'cloudwatch-retention-setter'
new CloudwatchRetentionSetter ( scope : Construct , id : string , props : CloudwatchRetentionSetterProps )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x
is a construct.
import { CloudwatchRetentionSetter } from 'cloudwatch-retention-setter'
CloudwatchRetentionSetter . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
CloudwatchRetentionSetterProps
import { CloudwatchRetentionSetterProps } from 'cloudwatch-retention-setter'
const cloudwatchRetentionSetterProps : CloudwatchRetentionSetterProps = { ... }
Name
Type
Description
retentionDays
aws-cdk-lib.aws_logs.RetentionDays
No description.
public readonly retentionDays: RetentionDays ;
Type: aws-cdk-lib.aws_logs.RetentionDays