Package-level declarations
Types
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 Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure Amazon Web Services resources.
Inherited functions
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create an 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.
Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.
Delete an 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.
Delete an App Runner observability 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.
Delete an App Runner service.
Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
Return a full description of an App Runner automatic scaling configuration resource.
Return a description of custom domain names that are associated with an App Runner service.
Return a full description of an App Runner observability configuration resource.
Return a full description of an App Runner service.
Return a description of an App Runner VPC connector resource.
Return a full description of an App Runner VPC Ingress Connection resource.
Disassociate a custom domain name from an App Runner service.
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
Return a list of operations that occurred on an App Runner service.
Returns a list of running App Runner services in your Amazon Web Services account.
Returns a list of the associated App Runner services using an auto scaling configuration.
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
Resume an active App Runner service. App Runner provisions compute capacity for the service.
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
Remove tags from an App Runner resource.
Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.
Update an 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.
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.