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¶
SourceEnvironmentId
The ID of the source environment.
Condition: You must specify at least the
SourceEnvironmentID
or 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
SourceEnvironmentID
or 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
DestinationEnvironmentID
or theDestinationEnvironmentName
. You may also specify both. You must specify theSourceEnvironmentId
with theDestinationEnvironmentId
.DestinationEnvironmentName
The name of the destination environment.
Condition: You must specify at least the
DestinationEnvironmentID
or theDestinationEnvironmentName
. You may also specify both. You must specify theSourceEnvironmentName
with theDestinationEnvironmentName
.
Value¶
An empty list.
Request syntax¶
svc$swap_environment_cnam_es(
SourceEnvironmentId = "string",
SourceEnvironmentName = "string",
DestinationEnvironmentId = "string",
DestinationEnvironmentName = "string"
)