| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.create(software.constructs.Construct scope,
String id) |
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.description(String description)
A description for the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.groupSet(List<String> groupSet)
The security group IDs associated with this network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.interfaceType(String interfaceType)
The type of network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.ipv6AddressCount(Number ipv6AddressCount)
The number of IPv6 addresses to assign to a network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.ipv6Addresses(IResolvable ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.ipv6Addresses(List<? extends Object> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.privateIpAddress(String privateIpAddress)
Assigns a single private IP address to the network interface, which is used as the primary private IP address.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.privateIpAddresses(IResolvable privateIpAddresses)
Assigns private IP addresses to the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.privateIpAddresses(List<? extends Object> privateIpAddresses)
Assigns private IP addresses to the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses to assign to a network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.sourceDestCheck(Boolean sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.sourceDestCheck(IResolvable sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.subnetId(String subnetId)
The ID of the subnet to associate with the network interface.
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.tags(List<? extends CfnTag> tags)
An arbitrary set of tags (key-value pairs) for this network interface.
|
Copyright © 2022. All rights reserved.