View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_configuration_options | R Documentation |
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_configuration_options/ for full documentation.
elasticbeanstalk_describe_configuration_options(
ApplicationName = NULL,
TemplateName = NULL,
EnvironmentName = NULL,
SolutionStackName = NULL,
PlatformArn = NULL,
Options = NULL
)
ApplicationName |
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment. |
TemplateName |
The name of the configuration template whose configuration options you want to describe. |
EnvironmentName |
The name of the environment whose configuration options you want to describe. |
SolutionStackName |
The name of the solution stack whose configuration options you want to describe. |
PlatformArn |
The ARN of the custom platform. |
Options |
If specified, restricts the descriptions to only the specified options. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.