@Stability(value=Stable)
public static interface CfnBot.TextLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
TextLogDestinationProperty textLogDestinationProperty = TextLogDestinationProperty.builder()
.cloudWatch(CloudWatchLogGroupLogDestinationProperty.builder()
.cloudWatchLogGroupArn("cloudWatchLogGroupArn")
.logPrefix("logPrefix")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.TextLogDestinationProperty.Builder
A builder for
CfnBot.TextLogDestinationProperty |
static class |
CfnBot.TextLogDestinationProperty.Jsii$Proxy
An implementation for
CfnBot.TextLogDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.TextLogDestinationProperty.Builder |
builder() |
Object |
getCloudWatch()
Specifies the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
@Stability(value=Stable) @NotNull Object getCloudWatch()
@Stability(value=Stable) static CfnBot.TextLogDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.