Show / Hide Table of Contents

Class EndpointConnectionLogOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointConnectionLogOptionsGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

EndpointConnectionLogOptionsGetArgs()

Declaration
public EndpointConnectionLogOptionsGetArgs()

Properties

View Source

CloudwatchLogGroup

The name of the CloudWatch Logs log group.

Declaration
public Input<string> CloudwatchLogGroup { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Enabled

Indicates whether connection logging is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.