elasticbeanstalk_swap_environment_cnam_es: Swaps the CNAMEs of two environments

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_swap_environment_cnam_esR Documentation

Swaps the CNAMEs of two environments

Description

Swaps 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 SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

SourceEnvironmentName

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

DestinationEnvironmentId

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

DestinationEnvironmentName

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.