Interface CfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnBotAliasPropsMixin
@Stability(Stable)
public static interface CfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered.
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.cfnpropertymixins.services.lex.*;
CloudWatchLogGroupLogDestinationProperty cloudWatchLogGroupLogDestinationProperty = CloudWatchLogGroupLogDestinationProperty.builder()
.cloudWatchLogGroupArn("cloudWatchLogGroupArn")
.logPrefix("logPrefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogGroupArn
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.Returns union: either
StringorILogGroupRef- See Also:
-
getLogPrefix
The prefix of the log stream name within the log group that you specified.- See Also:
-
builder
@Stability(Stable) static CfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty.Builder builder()
-