elasticbeanstalk_swap_environment_cnam_es {paws.compute} | 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 |