NAME

Paws::AppRunner::CodeConfigurationValues

USAGE

This 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

DESCRIPTION

Describes 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.

ATTRIBUTES

BuildCommand => Str

The command App Runner runs to build your application.

Port => Str

The port that your application listens to in the container.

Default: 8080

REQUIRED Runtime => Str

A runtime environment type for building and running an App Runner service. It represents a programming language runtime.

RuntimeEnvironmentVariables => Paws::AppRunner::RuntimeEnvironmentVariables

The 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 => Str

The command App Runner runs to start your application.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::AppRunner

BUGS and CONTRIBUTIONS

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