Class EndpointConnectionLogOptionsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConnectionLogOptionsGetArgs : ResourceArgs
Constructors
View SourceEndpointConnectionLogOptionsGetArgs()
Declaration
public EndpointConnectionLogOptionsGetArgs()
Properties
View SourceCloudwatchLogGroup
The name of the CloudWatch Logs log group.
Declaration
public Input<string> CloudwatchLogGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CloudwatchLogStream
The name of the CloudWatch Logs log stream to which the connection data is published.
Declaration
public Input<string> CloudwatchLogStream { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Indicates whether connection logging is enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |