Enum IpAddressType
The IP address type that an accelerator supports.
Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum IpAddressType
Syntax (vb)
Public Enum IpAddressType
Remarks
ExampleMetadata: infused
Examples
var accelerator = new Accelerator(this, "Accelerator", new AcceleratorProps {
IpAddresses = new [] { "1.1.1.1", "2.2.2.2" },
IpAddressType = IpAddressType.IPV4
});
Synopsis
Fields
DUAL_STACK | DUAL_STACK. |
IPV4 | IPV4. |
Fields
Name | Description |
---|---|
DUAL_STACK | DUAL_STACK. |
IPV4 | IPV4. |