Show / Hide Table of Contents

Class CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty

Options for CloudWatch Logs as a logging destination.

Inheritance
object
CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty
Implements
CfnVerifiedAccessInstancePropsMixin.ICloudWatchLogsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty : CfnVerifiedAccessInstancePropsMixin.ICloudWatchLogsProperty
Syntax (vb)
Public Class CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty Implements CfnVerifiedAccessInstancePropsMixin.ICloudWatchLogsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-cloudwatchlogs.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.Mixins.Preview.AWS.EC2.Mixins;

             var cloudWatchLogsProperty = new CloudWatchLogsProperty {
                 Enabled = false,
                 LogGroup = "logGroup"
             };

Synopsis

Constructors

CloudWatchLogsProperty()

Options for CloudWatch Logs as a logging destination.

Properties

Enabled

Indicates whether logging is enabled.

LogGroup

The ID of the CloudWatch Logs log group.

Constructors

CloudWatchLogsProperty()

Options for CloudWatch Logs as a logging destination.

public CloudWatchLogsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-cloudwatchlogs.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.Mixins.Preview.AWS.EC2.Mixins;

             var cloudWatchLogsProperty = new CloudWatchLogsProperty {
                 Enabled = false,
                 LogGroup = "logGroup"
             };

Properties

Enabled

Indicates whether logging is enabled.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-cloudwatchlogs.html#cfn-ec2-verifiedaccessinstance-cloudwatchlogs-enabled

Type union: either bool or IResolvable

LogGroup

The ID of the CloudWatch Logs log group.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-cloudwatchlogs.html#cfn-ec2-verifiedaccessinstance-cloudwatchlogs-loggroup

Implements

CfnVerifiedAccessInstancePropsMixin.ICloudWatchLogsProperty
Back to top Generated by DocFX