Show / Hide Table of Contents

Class CfnMicrovmImage.CloudWatchLoggingProperty

Inheritance
object
CfnMicrovmImage.CloudWatchLoggingProperty
Implements
CfnMicrovmImage.ICloudWatchLoggingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-cloudwatchlogging.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 cloudWatchLoggingProperty = new CloudWatchLoggingProperty {
                 LogGroup = "logGroup",
                 LogStream = "logStream"
             };

Synopsis

Constructors

CloudWatchLoggingProperty()

Properties

LogGroup
LogStream

Constructors

CloudWatchLoggingProperty()

public CloudWatchLoggingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-cloudwatchlogging.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 cloudWatchLoggingProperty = new CloudWatchLoggingProperty {
                 LogGroup = "logGroup",
                 LogStream = "logStream"
             };

Properties

LogGroup

public string? LogGroup { get; set; }
Property Value

string

Remarks

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

LogStream

public string? LogStream { get; set; }
Property Value

string

Remarks

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

Implements

CfnMicrovmImage.ICloudWatchLoggingProperty
Back to top Generated by DocFX