Enum Action
What action to apply to traffic matching the ACL.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum Action
Syntax (vb)
Public Enum Action
Synopsis
Fields
ALLOW | Allow the traffic. |
DENY | Deny the traffic. |
Fields
Name | Description |
---|---|
ALLOW | Allow the traffic. |
DENY | Deny the traffic. |