Class VirtualNodeSpecArgs
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.AppMesh.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecArgs : ResourceArgs
Constructors
View SourceVirtualNodeSpecArgs()
Declaration
public VirtualNodeSpecArgs()
Properties
View SourceBackends
The backends to which the virtual node is expected to send outbound traffic.
Declaration
public InputList<VirtualNodeSpecBackendArgs> Backends { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualNodeSpecBackendArgs> |
Listener
The listeners from which the virtual node is expected to receive inbound traffic.
Declaration
public Input<VirtualNodeSpecListenerArgs> Listener { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNodeSpecListenerArgs> |
Logging
The inbound and outbound access logging information for the virtual node.
Declaration
public Input<VirtualNodeSpecLoggingArgs> Logging { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNodeSpecLoggingArgs> |
ServiceDiscovery
The service discovery information for the virtual node.
Declaration
public Input<VirtualNodeSpecServiceDiscoveryArgs> ServiceDiscovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNodeSpecServiceDiscoveryArgs> |