Interface CfnEndpointAccess.NetworkInterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointAccess.NetworkInterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnEndpointAccess
@Stability(Stable)
public static interface CfnEndpointAccess.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
Describes a network interface.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshift.*; NetworkInterfaceProperty networkInterfaceProperty = NetworkInterfaceProperty.builder() .availabilityZone("availabilityZone") .networkInterfaceId("networkInterfaceId") .privateIpAddress("privateIpAddress") .subnetId("subnetId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpointAccess.NetworkInterfaceProperty
static final class
An implementation forCfnEndpointAccess.NetworkInterfaceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone. -
getNetworkInterfaceId
The network interface identifier. -
getPrivateIpAddress
The IPv4 address of the network interface within the subnet. -
getSubnetId
The subnet identifier. -
builder
-