@Stability(value=Stable)
public static interface CfnBotAlias.CloudWatchLogGroupLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
// 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 |
CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.Builder
A builder for
CfnBotAlias.CloudWatchLogGroupLogDestinationProperty |
static class |
CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.Jsii$Proxy
An implementation for
CfnBotAlias.CloudWatchLogGroupLogDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.Builder |
builder() |
String |
getCloudWatchLogGroupArn()
`CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.CloudWatchLogGroupArn`.
|
String |
getLogPrefix()
`CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.LogPrefix`.
|
@Stability(value=Stable) @NotNull String getCloudWatchLogGroupArn()
@Stability(value=Stable) @NotNull String getLogPrefix()
@Stability(value=Stable) static CfnBotAlias.CloudWatchLogGroupLogDestinationProperty.Builder builder()
Copyright © 2021. All rights reserved.