Uses of Class
software.amazon.awscdk.services.logs.LogRetention.Builder
Packages that use LogRetention.Builder
-
Uses of LogRetention.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return LogRetention.BuilderModifier and TypeMethodDescriptionstatic LogRetention.Builder
LogRetention.Builder.logGroupName
(String logGroupName) The log group name.LogRetention.Builder.logGroupRegion
(String logGroupRegion) The region where the log group should be created.LogRetention.Builder.logRetentionRetryOptions
(LogRetentionRetryOptions logRetentionRetryOptions) Retry options for all AWS API calls.LogRetention.Builder.removalPolicy
(RemovalPolicy removalPolicy) The removalPolicy for the log group when the stack is deleted.LogRetention.Builder.retention
(RetentionDays retention) The number of days log events are kept in CloudWatch Logs.The IAM role for the Lambda function associated with the custom resource.