Enum IpAddressType
The IP address type for the domain.
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum IpAddressType
Syntax (vb)
Public Enum IpAddressType
Remarks
ExampleMetadata: infused
Examples
var domain = new Domain(this, "Domain", new DomainProps {
Version = EngineVersion.OPENSEARCH_1_3,
IpAddressType = IpAddressType.DUAL_STACK
});
Synopsis
Fields
DUAL_STACK | IPv4 and IPv6 addresses. |
IPV4 | IPv4 addresses only. |
Fields
Name | Description |
---|---|
DUAL_STACK | IPv4 and IPv6 addresses. |
IPV4 | IPv4 addresses only. |