Unassign Ipv 6 Addresses
ec2_unassign_ipv_6_addresses | R Documentation |
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface¶
Description¶
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
Usage¶
Arguments¶
Ipv6Addresses
The IPv6 addresses to unassign from the network interface.
Ipv6Prefixes
The IPv6 prefixes to unassign from the network interface.
NetworkInterfaceId
[required] The ID of the network interface.
Value¶
A list with the following syntax:
list(
NetworkInterfaceId = "string",
UnassignedIpv6Addresses = list(
"string"
),
UnassignedIpv6Prefixes = list(
"string"
)
)