Skip to content

Is Vpc Peered

lightsail_is_vpc_peered R Documentation

Returns a Boolean value indicating whether your Lightsail VPC is peered

Description

Returns a Boolean value indicating whether your Lightsail VPC is peered.

Usage

lightsail_is_vpc_peered()

Value

A list with the following syntax:

list(
  isPeered = TRUE|FALSE
)

Request syntax

svc$is_vpc_peered()