| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| software.amazon.awscdk.services.chatbot |
AWS::Chatbot Construct Library
|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.cloudtrail |
AWS CloudTrail Construct Library
|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
ProviderProps.getLogRetention()
The number of days framework log events are kept in CloudWatch Logs.
|
RetentionDays |
ProviderProps.Jsii$Proxy.getLogRetention() |
default RetentionDays |
AwsCustomResourceProps.getLogRetention()
The number of days log events of the singleton Lambda function implementing this custom resource are kept in CloudWatch Logs.
|
RetentionDays |
AwsCustomResourceProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
Provider.Builder.logRetention(RetentionDays logRetention)
The number of days framework log events are kept in CloudWatch Logs.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.logRetention(RetentionDays logRetention)
The number of days log events of the singleton Lambda function implementing this custom resource are kept in CloudWatch Logs.
|
ProviderProps.Builder |
ProviderProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
ProviderProps.getLogRetention() |
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
AwsCustomResourceProps.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
SlackChannelConfigurationProps.getLogRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
SlackChannelConfigurationProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfigurationProps.Builder |
SlackChannelConfigurationProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
SlackChannelConfigurationProps.getLogRetention() |
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
EdgeFunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
TrailProps.getCloudWatchLogsRetention()
How long to retain logs in CloudWatchLogs.
|
RetentionDays |
TrailProps.Jsii$Proxy.getCloudWatchLogsRetention() |
| Modifier and Type | Method and Description |
|---|---|
TrailProps.Builder |
TrailProps.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
Sets the value of
TrailProps.getCloudWatchLogsRetention() |
Trail.Builder |
Trail.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
How long to retain logs in CloudWatchLogs.
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
DatabaseClusterProps.getCloudWatchLogsRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseClusterProps.Jsii$Proxy.getCloudWatchLogsRetention() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
Sets the value of
DatabaseClusterProps.getCloudWatchLogsRetention() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.cloudWatchLogsRetention(RetentionDays cloudWatchLogsRetention)
The number of days log events are kept in CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
AwsLogDriverProps.getLogRetention()
The number of days log events are kept in CloudWatch Logs when the log group is automatically created by this construct.
|
RetentionDays |
AwsLogDriverProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
AwsLogDriverProps.Builder |
AwsLogDriverProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
AwsLogDriverProps.getLogRetention() |
AwsLogDriver.Builder |
AwsLogDriver.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs when the log group is automatically created by this construct.
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
FunctionOptions.getLogRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
FunctionOptions.Jsii$Proxy.getLogRetention() |
RetentionDays |
DockerImageFunctionProps.Jsii$Proxy.getLogRetention() |
RetentionDays |
SingletonFunctionProps.Jsii$Proxy.getLogRetention() |
RetentionDays |
FunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
FunctionOptions.Builder |
FunctionOptions.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
FunctionProps.Builder |
FunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
SingletonFunction.Builder |
SingletonFunction.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
NodejsFunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
NodejsFunction.Builder |
NodejsFunction.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
LogRetentionProps.getRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
LogRetentionProps.Jsii$Proxy.getRetention() |
default RetentionDays |
LogGroupProps.getRetention()
How long, in days, the log contents will be retained.
|
RetentionDays |
LogGroupProps.Jsii$Proxy.getRetention() |
static RetentionDays |
RetentionDays.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionDays[] |
RetentionDays.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogRetentionProps.Builder |
LogRetentionProps.Builder.retention(RetentionDays retention)
Sets the value of
LogRetentionProps.getRetention() |
LogGroupProps.Builder |
LogGroupProps.Builder.retention(RetentionDays retention)
Sets the value of
LogGroupProps.getRetention() |
LogRetention.Builder |
LogRetention.Builder.retention(RetentionDays retention)
The number of days log events are kept in CloudWatch Logs.
|
LogGroup.Builder |
LogGroup.Builder.retention(RetentionDays retention)
How long, in days, the log contents will be retained.
|
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
DatabaseClusterProps.getCloudwatchLogsRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseClusterProps.Jsii$Proxy.getCloudwatchLogsRetention() |
default RetentionDays |
DatabaseClusterFromSnapshotProps.getCloudwatchLogsRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceSourceProps.Jsii$Proxy.getCloudwatchLogsRetention() |
RetentionDays |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getCloudwatchLogsRetention() |
default RetentionDays |
DatabaseInstanceNewProps.getCloudwatchLogsRetention()
The number of days log events are kept in CloudWatch Logs.
|
RetentionDays |
DatabaseInstanceNewProps.Jsii$Proxy.getCloudwatchLogsRetention() |
| Modifier and Type | Method and Description |
|---|---|
default RetentionDays |
BucketDeploymentProps.getLogRetention()
The number of days that the lambda function's log events are kept in CloudWatch Logs.
|
RetentionDays |
BucketDeploymentProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
BucketDeploymentProps.getLogRetention() |
BucketDeployment.Builder |
BucketDeployment.Builder.logRetention(RetentionDays logRetention)
The number of days that the lambda function's log events are kept in CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionDays |
TriggerFunctionProps.Jsii$Proxy.getLogRetention() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.logRetention(RetentionDays logRetention)
The number of days log events are kept in CloudWatch Logs.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.logRetention(RetentionDays logRetention)
Sets the value of
FunctionOptions.getLogRetention() |
Copyright © 2022. All rights reserved.