Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-logging.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-logging.html#cfn-lambda-microvmimage-logging-cloudwatch

Type union: either IResolvable or CfnMicrovmImage.ICloudWatchLoggingProperty

Disabled

object? Disabled { get; }
Property Value

object

Remarks

Default: - false

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-logging.html#cfn-lambda-microvmimage-logging-disabled

Type union: either bool or IResolvable

Back to top Generated by DocFX