Swaps the CNAMEs of two environments
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_swap_environment_cnam_es.RdSwaps the CNAMEs of two environments.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_swap_environment_cnam_es/ for full documentation.
Usage
elasticbeanstalk_swap_environment_cnam_es(
SourceEnvironmentId = NULL,
SourceEnvironmentName = NULL,
DestinationEnvironmentId = NULL,
DestinationEnvironmentName = NULL
)Arguments
- SourceEnvironmentId
The ID of the source environment.
Condition: You must specify at least the
SourceEnvironmentIDor theSourceEnvironmentName. You may also specify both. If you specify theSourceEnvironmentId, you must specify theDestinationEnvironmentId.- SourceEnvironmentName
The name of the source environment.
Condition: You must specify at least the
SourceEnvironmentIDor theSourceEnvironmentName. You may also specify both. If you specify theSourceEnvironmentName, you must specify theDestinationEnvironmentName.- DestinationEnvironmentId
The ID of the destination environment.
Condition: You must specify at least the
DestinationEnvironmentIDor theDestinationEnvironmentName. You may also specify both. You must specify theSourceEnvironmentIdwith theDestinationEnvironmentId.- DestinationEnvironmentName
The name of the destination environment.
Condition: You must specify at least the
DestinationEnvironmentIDor theDestinationEnvironmentName. You may also specify both. You must specify theSourceEnvironmentNamewith theDestinationEnvironmentName.