![]() |
![]()
| ![]() |
![]()
NAMEPaws::AppRunner::CodeConfigurationValues USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AppRunner::CodeConfigurationValues object: $service_obj->Method(Att1 => { BuildCommand => $value, ..., StartCommand => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AppRunner::CodeConfigurationValues object: $result = $service_obj->Method(...); $result->Att1->BuildCommand DESCRIPTIONDescribes the basic configuration needed for building and running an AWS App Runner service. This type doesn't support the full set of possible configuration options. Fur full configuration capabilities, use a "apprunner.yaml" file in the source code repository. ATTRIBUTESBuildCommand => StrThe command App Runner runs to build your application. Port => StrThe port that your application listens to in the container. Default: 8080 REQUIRED Runtime => StrA runtime environment type for building and running an App Runner service. It represents a programming language runtime. RuntimeEnvironmentVariables => Paws::AppRunner::RuntimeEnvironmentVariablesThe environment variables that are available to your running App Runner service. An array of key-value pairs. Keys with a prefix of "AWSAPPRUNNER" are reserved for system use and aren't valid. StartCommand => StrThe command App Runner runs to start your application. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AppRunner BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|