Interface CfnMicrovmImage.ILoggingProperty
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMicrovmImage.ILoggingProperty
Syntax (vb)
Public Interface CfnMicrovmImage.ILoggingProperty
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 loggingProperty = new LoggingProperty {
CloudWatch = new CloudWatchLoggingProperty {
LogGroup = "logGroup",
LogStream = "logStream"
},
Disabled = false
};
Synopsis
Properties
| CloudWatch | |
| Disabled |
Properties
CloudWatch
object? CloudWatch { get; }
Property Value
Remarks
Disabled
object? Disabled { get; }
Property Value
Remarks
Default: - false
Type union: either bool or IResolvable