View source: R/drs_operations.R
drs_create_source_network | R Documentation |
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.
drs_create_source_network(originAccountID, originRegion, tags = NULL, vpcID)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.