View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_swap_environment_cnam_es | R Documentation |
Swaps the CNAMEs of two environments.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_swap_environment_cnam_es/ for full documentation.
elasticbeanstalk_swap_environment_cnam_es(
SourceEnvironmentId = NULL,
SourceEnvironmentName = NULL,
DestinationEnvironmentId = NULL,
DestinationEnvironmentName = NULL
)
SourceEnvironmentId |
The ID of the source environment. Condition: You must specify at least the |
SourceEnvironmentName |
The name of the source environment. Condition: You must specify at least the |
DestinationEnvironmentId |
The ID of the destination environment. Condition: You must specify at least the |
DestinationEnvironmentName |
The name of the destination environment. Condition: You must specify at least the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.