
swap-environment-cnam-es
************************


DESCRIPTION
===========

Swaps the CNAMEs of two environments.


SYNOPSIS
========

   aws elasticbeanstalk swap-environment-cnam-es
     [--destination-environment-name <value>]
     [--destination-environment-id <value>]
     [--source-environment-name <value>]
     [--source-environment-id <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--destination-environment-name"  (string)
   The name of the destination environment.

   Condition: You must specify at least the "DestinationEnvironmentID"
   or the "--destination-environment-name" . You may also specify
   both. You must specify the "--source-environment-name" with the
   "--destination-environment-name" .

"--destination-environment-id"  (string)
   The ID of the destination environment.

   Condition: You must specify at least the "DestinationEnvironmentID"
   or the "--destination-environment-name" . You may also specify
   both. You must specify the "--source-environment-id" with the
   "--destination-environment-id" .

"--source-environment-name"  (string)
   The name of the source environment.

   Condition: You must specify at least the "SourceEnvironmentID" or
   the "--source-environment-name" . You may also specify both. If you
   specify the "--source-environment-name" , you must specify the
   "--destination-environment-name" .

"--source-environment-id"  (string)
   The ID of the source environment.

   Condition: You must specify at least the "SourceEnvironmentID" or
   the "--source-environment-name" . You may also specify both. If you
   specify the "--source-environment-id" , you must specify the
   "--destination-environment-id" .
