Class IpAddressType
The IP address type for the domain.
Inheritance
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class IpAddressType : Enum
Syntax (vb)
Public NotInheritable Class IpAddressType
Inherits
Enum
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. |
value__ |
Fields
DUAL_STACK
IPv4 and IPv6 addresses.
public const IpAddressType DUAL_STACK
Field Value
Type | Description |
---|---|
Ip |
IPV4
value__
public int value__
Field Value
Type | Description |
---|---|
System. |