elasticbeanstalk_describe_configuration_settings: Returns a description of the settings for the specified...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_describe_configuration_settingsR Documentation

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment

Description

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

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

Usage

elasticbeanstalk_describe_configuration_settings(
  ApplicationName,
  TemplateName = NULL,
  EnvironmentName = NULL
)

Arguments

ApplicationName

[required] The application for the environment or configuration template.

TemplateName

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

EnvironmentName

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.


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