Show / Hide Table of Contents

Class EndpointConnectionLogOptions

Inheritance
System.Object
EndpointConnectionLogOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2ClientVpn.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConnectionLogOptions

Fields

View Source

CloudwatchLogGroup

The name of the CloudWatch Logs log group.

Declaration
public readonly string CloudwatchLogGroup
Field Value
Type Description
System.String
View Source

CloudwatchLogStream

The name of the CloudWatch Logs log stream to which the connection data is published.

Declaration
public readonly string CloudwatchLogStream
Field Value
Type Description
System.String
View Source

Enabled

Indicates whether connection logging is enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.