Skip to content

Create Source Network

drs_create_source_network R Documentation

Create a new Source Network resource for a provided VPC ID

Description

Create a new Source Network resource for a provided VPC ID.

Usage

drs_create_source_network(originAccountID, originRegion, tags, vpcID)

Arguments

originAccountID

[required] Account containing the VPC to protect.

originRegion

[required] Region containing the VPC to protect.

tags

A set of tags to be associated with the Source Network resource.

vpcID

[required] Which VPC ID to protect.

Value

A list with the following syntax:

list(
  sourceNetworkID = "string"
)

Request syntax

svc$create_source_network(
  originAccountID = "string",
  originRegion = "string",
  tags = list(
    "string"
  ),
  vpcID = "string"
)