Swap Environment Cnam Es
| elasticbeanstalk_swap_environment_cnam_es | R Documentation |
Swaps the CNAMEs of two environments¶
Description¶
Swaps the CNAMEs of two environments.
Usage¶
elasticbeanstalk_swap_environment_cnam_es(SourceEnvironmentId,
SourceEnvironmentName, DestinationEnvironmentId,
DestinationEnvironmentName)
Arguments¶
SourceEnvironmentIdThe 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.SourceEnvironmentNameThe 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.DestinationEnvironmentIdThe ID of the destination environment.
Condition: You must specify at least the
DestinationEnvironmentIDor theDestinationEnvironmentName. You may also specify both. You must specify theSourceEnvironmentIdwith theDestinationEnvironmentId.DestinationEnvironmentNameThe name of the destination environment.
Condition: You must specify at least the
DestinationEnvironmentIDor theDestinationEnvironmentName. You may also specify both. You must specify theSourceEnvironmentNamewith theDestinationEnvironmentName.
Value¶
An empty list.
Request syntax¶
svc$swap_environment_cnam_es(
SourceEnvironmentId = "string",
SourceEnvironmentName = "string",
DestinationEnvironmentId = "string",
DestinationEnvironmentName = "string"
)