GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ElasticBeanstalk::ValidateConfigurationSettings(3) User Contributed Perl Documentation Paws::ElasticBeanstalk::ValidateConfigurationSettings(3)

Paws::ElasticBeanstalk::ValidateConfigurationSettings - Arguments for method ValidateConfigurationSettings on Paws::ElasticBeanstalk

This class represents the parameters used for calling the method ValidateConfigurationSettings on the AWS Elastic Beanstalk service. Use the attributes of this class as arguments to method ValidateConfigurationSettings.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ValidateConfigurationSettings.

    my $elasticbeanstalk = Paws->service('ElasticBeanstalk');
# To validate configuration settings
# The following operation validates a CloudWatch custom metrics config document:
    my $ConfigurationSettingsValidationMessages =
      $elasticbeanstalk->ValidateConfigurationSettings(
      'ApplicationName' => 'my-app',
      'EnvironmentName' => 'my-env',
      'OptionSettings'  => [
        {
          'Namespace'  => 'aws:elasticbeanstalk:healthreporting:system',
          'OptionName' => 'ConfigDocument',
          'Value'      =>
'{"CloudWatchMetrics": {"Environment": {"ApplicationLatencyP99.9": null,"InstancesSevere": 60,"ApplicationLatencyP90": 60,"ApplicationLatencyP99": null,"ApplicationLatencyP95": 60,"InstancesUnknown": 60,"ApplicationLatencyP85": 60,"InstancesInfo": null,"ApplicationRequests2xx": null,"InstancesDegraded": null,"InstancesWarning": 60,"ApplicationLatencyP50": 60,"ApplicationRequestsTotal": null,"InstancesNoData": null,"InstancesPending": 60,"ApplicationLatencyP10": null,"ApplicationRequests5xx": null,"ApplicationLatencyP75": null,"InstancesOk": 60,"ApplicationRequests3xx": null,"ApplicationRequests4xx": null},"Instance": {"ApplicationLatencyP99.9": null,"ApplicationLatencyP90": 60,"ApplicationLatencyP99": null,"ApplicationLatencyP95": null,"ApplicationLatencyP85": null,"CPUUser": 60,"ApplicationRequests2xx": null,"CPUIdle": null,"ApplicationLatencyP50": null,"ApplicationRequestsTotal": 60,"RootFilesystemUtil": null,"LoadAverage1min": null,"CPUIrq": null,"CPUNice": 60,"CPUIowait": 60,"ApplicationLatencyP10": null,"LoadAverage5min": null,"ApplicationRequests5xx": null,"ApplicationLatencyP75": 60,"CPUSystem": 60,"ApplicationRequests3xx": 60,"ApplicationRequests4xx": null,"InstanceHealth": null,"CPUSoftirq": 60}},"Version": 1}'
        }
      ]
      );
    # Results:
    my $Messages = $ConfigurationSettingsValidationMessages->Messages;

# Returns a Paws::ElasticBeanstalk::ConfigurationSettingsValidationMessages object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk/ValidateConfigurationSettings>

REQUIRED ApplicationName => Str

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

The name of the environment to validate the settings against.

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

REQUIRED OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]

A list of the options and desired values to evaluate.

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

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

This class forms part of Paws, documenting arguments for method ValidateConfigurationSettings in Paws::ElasticBeanstalk

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.