Class VirtualRouterSpecListenerGetArgs
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 VirtualRouterSpecListenerGetArgs : ResourceArgs
Constructors
View SourceVirtualRouterSpecListenerGetArgs()
Declaration
public VirtualRouterSpecListenerGetArgs()
Properties
View SourcePortMapping
The port mapping information for the listener.
Declaration
public Input<VirtualRouterSpecListenerPortMappingGetArgs> PortMapping { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualRouterSpecListenerPortMappingGetArgs> |