drs_create_source_network {paws.developer.tools} | 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.
See https://www.paws-r-sdk.com/docs/drs_create_source_network/ for full documentation.
Usage
drs_create_source_network(originAccountID, originRegion, tags = NULL, 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. |
[Package paws.developer.tools version 0.7.0 Index]