lightsail_set_ip_address_type: Sets the IP address type for an Amazon Lightsail resource

View source: R/lightsail_operations.R

lightsail_set_ip_address_typeR Documentation

Sets the IP address type for an Amazon Lightsail resource

Description

Sets the IP address type for an Amazon Lightsail resource.

See https://www.paws-r-sdk.com/docs/lightsail_set_ip_address_type/ for full documentation.

Usage

lightsail_set_ip_address_type(resourceType, resourceName, ipAddressType)

Arguments

resourceType

[required] The resource type.

The possible values are Distribution, Instance, and LoadBalancer.

Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

resourceName

[required] The name of the resource for which to set the IP address type.

ipAddressType

[required] The IP address type to set for the specified resource.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.