Show / Hide Table of Contents

Class VirtualNodeSpecLoggingAccessLogFileArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNodeSpecLoggingAccessLogFileArgs
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.AppMesh.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecLoggingAccessLogFileArgs : ResourceArgs

Constructors

View Source

VirtualNodeSpecLoggingAccessLogFileArgs()

Declaration
public VirtualNodeSpecLoggingAccessLogFileArgs()

Properties

View Source

Path

The file path to write access logs to. You can use /dev/stdout to send access logs to standard out.

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