| Package | Description |
|---|---|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static LogGroupProps.Builder |
LogGroupProps.builder() |
LogGroupProps.Builder |
LogGroupProps.Builder.encryptionKey(IKey encryptionKey)
Sets the value of
LogGroupProps.getEncryptionKey() |
LogGroupProps.Builder |
LogGroupProps.Builder.logGroupName(String logGroupName)
Sets the value of
LogGroupProps.getLogGroupName() |
LogGroupProps.Builder |
LogGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
LogGroupProps.getRemovalPolicy() |
LogGroupProps.Builder |
LogGroupProps.Builder.retention(RetentionDays retention)
Sets the value of
LogGroupProps.getRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(LogGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LogGroupProps.Builder. |
Copyright © 2022. All rights reserved.