Interface CfnBot.ICloudWatchLogGroupLogDestinationProperty
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICloudWatchLogGroupLogDestinationProperty
Syntax (vb)
Public Interface ICloudWatchLogGroupLogDestinationProperty
Remarks
The log group must exist before you enable logging.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lex;
var cloudWatchLogGroupLogDestinationProperty = new CloudWatchLogGroupLogDestinationProperty {
CloudWatchLogGroupArn = "cloudWatchLogGroupArn",
LogPrefix = "logPrefix"
};
Synopsis
Properties
Cloud |
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered. |
Log |
The prefix of the log stream name within the log group that you specified. |
Properties
CloudWatchLogGroupArn
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
string CloudWatchLogGroupArn { get; }
Property Value
System.
Remarks
LogPrefix
The prefix of the log stream name within the log group that you specified.
string LogPrefix { get; }
Property Value
System.