elasticbeanstalk_validate_configuration_settings: Takes a set of configuration settings and either a...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_validate_configuration_settingsR Documentation

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid

Description

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_validate_configuration_settings/ for full documentation.

Usage

elasticbeanstalk_validate_configuration_settings(
  ApplicationName,
  TemplateName = NULL,
  EnvironmentName = NULL,
  OptionSettings
)

Arguments

ApplicationName

[required] The name of the application that the configuration template or environment belongs to.

TemplateName

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

EnvironmentName

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

OptionSettings

[required] A list of the options and desired values to evaluate.


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