The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::AppRunner - Perl Interface to AWS AWS App Runner

SYNOPSIS

  use Paws;

  my $obj = Paws->service('AppRunner');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

AWS App Runner

AWS App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code to a running service in the AWS cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure AWS resources.

App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, high performance, scalability, and security.

For more information about App Runner, see the AWS App Runner Developer Guide (https://docs.aws.amazon.com/apprunner/latest/dg/). For release information, see the AWS App Runner Release Notes (https://docs.aws.amazon.com/apprunner/latest/relnotes/).

To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).

Endpoints

For a list of Region-specific endpoints that App Runner supports, see AWS App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the AWS General Reference.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15

METHODS

AssociateCustomDomain

DomainName => Str
ServiceArn => Str
[EnableWWWSubdomain => Bool]

Each argument is described in detail in: Paws::AppRunner::AssociateCustomDomain

Returns: a Paws::AppRunner::AssociateCustomDomainResponse instance

Associate your own domain name with the AWS App Runner subdomain URL of your App Runner service.

After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide).

CreateAutoScalingConfiguration

AutoScalingConfigurationName => Str
[MaxConcurrency => Int]
[MaxSize => Int]
[MinSize => Int]
[Tags => ArrayRef[Paws::AppRunner::Tag]]

Each argument is described in detail in: Paws::AppRunner::CreateAutoScalingConfiguration

Returns: a Paws::AppRunner::CreateAutoScalingConfigurationResponse instance

Create an AWS App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.

Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision.

Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the AWS Region. The tradeoff is a higher minimal cost.

Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.

CreateConnection

ConnectionName => Str
ProviderType => Str
[Tags => ArrayRef[Paws::AppRunner::Tag]]

Each argument is described in detail in: Paws::AppRunner::CreateConnection

Returns: a Paws::AppRunner::CreateConnectionResponse instance

Create an AWS App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.

A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.

CreateService

ServiceName => Str
SourceConfiguration => Paws::AppRunner::SourceConfiguration
[AutoScalingConfigurationArn => Str]
[EncryptionConfiguration => Paws::AppRunner::EncryptionConfiguration]
[HealthCheckConfiguration => Paws::AppRunner::HealthCheckConfiguration]
[InstanceConfiguration => Paws::AppRunner::InstanceConfiguration]
[Tags => ArrayRef[Paws::AppRunner::Tag]]

Each argument is described in detail in: Paws::AppRunner::CreateService

Returns: a Paws::AppRunner::CreateServiceResponse instance

Create an AWS App Runner service. After the service is created, the action also automatically starts a deployment.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations (https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html) call to track the operation's progress.

DeleteAutoScalingConfiguration

AutoScalingConfigurationArn => Str

Each argument is described in detail in: Paws::AppRunner::DeleteAutoScalingConfiguration

Returns: a Paws::AppRunner::DeleteAutoScalingConfigurationResponse instance

Delete an AWS App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.

DeleteConnection

ConnectionArn => Str

Each argument is described in detail in: Paws::AppRunner::DeleteConnection

Returns: a Paws::AppRunner::DeleteConnectionResponse instance

Delete an AWS App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.

DeleteService

ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::DeleteService

Returns: a Paws::AppRunner::DeleteServiceResponse instance

Delete an AWS App Runner service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

DescribeAutoScalingConfiguration

AutoScalingConfigurationArn => Str

Each argument is described in detail in: Paws::AppRunner::DescribeAutoScalingConfiguration

Returns: a Paws::AppRunner::DescribeAutoScalingConfigurationResponse instance

Return a full description of an AWS App Runner automatic scaling configuration resource.

DescribeCustomDomains

ServiceArn => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AppRunner::DescribeCustomDomains

Returns: a Paws::AppRunner::DescribeCustomDomainsResponse instance

Return a description of custom domain names that are associated with an AWS App Runner service.

DescribeService

ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::DescribeService

Returns: a Paws::AppRunner::DescribeServiceResponse instance

Return a full description of an AWS App Runner service.

DisassociateCustomDomain

DomainName => Str
ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::DisassociateCustomDomain

Returns: a Paws::AppRunner::DisassociateCustomDomainResponse instance

Disassociate a custom domain name from an AWS App Runner service.

Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.

ListAutoScalingConfigurations

[AutoScalingConfigurationName => Str]
[LatestOnly => Bool]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AppRunner::ListAutoScalingConfigurations

Returns: a Paws::AppRunner::ListAutoScalingConfigurationsResponse instance

Returns a list of AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.

ListConnections

[ConnectionName => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AppRunner::ListConnections

Returns: a Paws::AppRunner::ListConnectionsResponse instance

Returns a list of AWS App Runner connections that are associated with your AWS account.

ListOperations

ServiceArn => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AppRunner::ListOperations

Returns: a Paws::AppRunner::ListOperationsResponse instance

Return a list of operations that occurred on an AWS App Runner service.

The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.

ListServices

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AppRunner::ListServices

Returns: a Paws::AppRunner::ListServicesResponse instance

Returns a list of running AWS App Runner services in your AWS account.

ListTagsForResource

ResourceArn => Str

Each argument is described in detail in: Paws::AppRunner::ListTagsForResource

Returns: a Paws::AppRunner::ListTagsForResourceResponse instance

List tags that are associated with for an AWS App Runner resource. The response contains a list of tag key-value pairs.

PauseService

ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::PauseService

Returns: a Paws::AppRunner::PauseServiceResponse instance

Pause an active AWS App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

ResumeService

ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::ResumeService

Returns: a Paws::AppRunner::ResumeServiceResponse instance

Resume an active AWS App Runner service. App Runner provisions compute capacity for the service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

StartDeployment

ServiceArn => Str

Each argument is described in detail in: Paws::AppRunner::StartDeployment

Returns: a Paws::AppRunner::StartDeploymentResponse instance

Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an AWS App Runner service.

For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

TagResource

ResourceArn => Str
Tags => ArrayRef[Paws::AppRunner::Tag]

Each argument is described in detail in: Paws::AppRunner::TagResource

Returns: a Paws::AppRunner::TagResourceResponse instance

Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.

UntagResource

ResourceArn => Str
TagKeys => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::AppRunner::UntagResource

Returns: a Paws::AppRunner::UntagResourceResponse instance

Remove tags from an App Runner resource.

UpdateService

ServiceArn => Str
[AutoScalingConfigurationArn => Str]
[HealthCheckConfiguration => Paws::AppRunner::HealthCheckConfiguration]
[InstanceConfiguration => Paws::AppRunner::InstanceConfiguration]
[SourceConfiguration => Paws::AppRunner::SourceConfiguration]

Each argument is described in detail in: Paws::AppRunner::UpdateService

Returns: a Paws::AppRunner::UpdateServiceResponse instance

Update an AWS App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.

To update the tags applied to your service, use the separate actions TagResource and UntagResource.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

SEE ALSO

This service class forms part of Paws

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