@Stability(value=Stable)
public static interface CfnBot.CloudWatchLogGroupLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
The log group must exist before you enable logging.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
CloudWatchLogGroupLogDestinationProperty cloudWatchLogGroupLogDestinationProperty = CloudWatchLogGroupLogDestinationProperty.builder()
.cloudWatchLogGroupArn("cloudWatchLogGroupArn")
.logPrefix("logPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder
A builder for
CfnBot.CloudWatchLogGroupLogDestinationProperty |
static class |
CfnBot.CloudWatchLogGroupLogDestinationProperty.Jsii$Proxy
An implementation for
CfnBot.CloudWatchLogGroupLogDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder |
builder() |
String |
getCloudWatchLogGroupArn()
Specifies the Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
|
String |
getLogPrefix()
Specifies the prefix of the log stream name within the log group that you specified.
|
@Stability(value=Stable) @NotNull String getCloudWatchLogGroupArn()
@Stability(value=Stable) @NotNull String getLogPrefix()
@Stability(value=Stable) static CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.