Export Source Network Cfn Template
drs_export_source_network_cfn_template | R Documentation |
Export the Source Network CloudFormation template to an S3 bucket¶
Description¶
Export the Source Network CloudFormation template to an S3 bucket.
Usage¶
drs_export_source_network_cfn_template(sourceNetworkID)
Arguments¶
sourceNetworkID |
[required] The Source Network ID to export its CloudFormation template to an S3 bucket. |
Value¶
A list with the following syntax:
list(
s3DestinationUrl = "string"
)
Request syntax¶
svc$export_source_network_cfn_template(
sourceNetworkID = "string"
)