@Stability(value=Stable) public static final class CfnLogGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnLogGroup>
CfnLogGroup.| Modifier and Type | Method and Description |
|---|---|
CfnLogGroup |
build() |
static CfnLogGroup.Builder |
create(Construct scope,
String id) |
CfnLogGroup.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
|
CfnLogGroup.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
CfnLogGroup.Builder |
retentionInDays(Number retentionInDays)
The number of days to retain the log events in the specified log group.
|
CfnLogGroup.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to the log group.
|
@Stability(value=Stable) public static CfnLogGroup.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLogGroup.Builder.@Stability(value=Stable) public CfnLogGroup.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This parameter is required.this@Stability(value=Stable) public CfnLogGroup.Builder logGroupName(String logGroupName)
If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
logGroupName - The name of the log group. This parameter is required.this@Stability(value=Stable) public CfnLogGroup.Builder retentionInDays(Number retentionInDays)
Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653.
To set a log group to never have log events expire, use DeleteRetentionPolicy .
retentionInDays - The number of days to retain the log events in the specified log group. This parameter is required.this@Stability(value=Stable) public CfnLogGroup.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to the log group. This parameter is required.this@Stability(value=Stable) public CfnLogGroup build()
build in interface software.amazon.jsii.Builder<CfnLogGroup>Copyright © 2022. All rights reserved.