Class CfnMicrovmImage.CloudWatchLoggingProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMicrovmImage.CloudWatchLoggingProperty : CfnMicrovmImage.ICloudWatchLoggingProperty
Syntax (vb)
Public Class CfnMicrovmImage.CloudWatchLoggingProperty Implements CfnMicrovmImage.ICloudWatchLoggingProperty
Remarks
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.Lambda;
var cloudWatchLoggingProperty = new CloudWatchLoggingProperty {
LogGroup = "logGroup",
LogStream = "logStream"
};
Synopsis
Constructors
| CloudWatchLoggingProperty() |
Properties
| LogGroup | |
| LogStream |
Constructors
CloudWatchLoggingProperty()
public CloudWatchLoggingProperty()
Remarks
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.Lambda;
var cloudWatchLoggingProperty = new CloudWatchLoggingProperty {
LogGroup = "logGroup",
LogStream = "logStream"
};
Properties
LogGroup
public string? LogGroup { get; set; }
Property Value
Remarks
LogStream
public string? LogStream { get; set; }