Disable Address Transfer
ec2_disable_address_transfer | R Documentation |
Disables Elastic IP address transfer¶
Description¶
Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon VPC User Guide.
Usage¶
Arguments¶
AllocationId
[required] The allocation ID of an Elastic IP address.
DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
Value¶
A list with the following syntax:
list(
AddressTransfer = list(
PublicIp = "string",
AllocationId = "string",
TransferAccountId = "string",
TransferOfferExpirationTimestamp = as.POSIXct(
"2015-01-01"
),
TransferOfferAcceptedTimestamp = as.POSIXct(
"2015-01-01"
),
AddressTransferStatus = "pending"|"disabled"|"accepted"
)
)