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 SourceCloudwatchLogGroup
The name of the CloudWatch Logs log group.
Declaration
public readonly string CloudwatchLogGroup
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Enabled
Indicates whether connection logging is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |