Class AddNetworkActionProps
Properties for adding a new action to a listener.
Inheritance
System.Object
AddNetworkActionProps
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class AddNetworkActionProps : Object, IAddNetworkActionProps
Syntax (vb)
Public Class AddNetworkActionProps
Inherits Object
Implements IAddNetworkActionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
NetworkListenerAction networkListenerAction;
var addNetworkActionProps = new AddNetworkActionProps {
Action = networkListenerAction
};
Synopsis
Constructors
AddNetworkActionProps() |
Properties
Action | Action to perform. |
Constructors
AddNetworkActionProps()
public AddNetworkActionProps()
Properties
Action
Action to perform.
public NetworkListenerAction Action { get; set; }
Property Value