Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Delete an App Runner service.

Link copied to clipboard

Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.

Link copied to clipboard

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:

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Return a full description of an App Runner observability configuration resource.

Link copied to clipboard

Return a full description of an App Runner service.

Link copied to clipboard

Return a description of an App Runner VPC connector resource.

Link copied to clipboard

Return a full description of an App Runner VPC Ingress Connection resource.

Link copied to clipboard

Disassociate a custom domain name from an App Runner service.

Link copied to clipboard

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.

Link copied to clipboard

Returns a list of App Runner connections that are associated with your Amazon Web Services account.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Returns a list of running App Runner services in your Amazon Web Services account.

Link copied to clipboard

Returns a list of the associated App Runner services using an auto scaling configuration.

Link copied to clipboard

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

Link copied to clipboard

Returns a list of App Runner VPC connectors in your Amazon Web Services account.

Link copied to clipboard

Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun AppRunnerClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

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

Link copied to clipboard

Remove tags from an App Runner resource.

Link copied to clipboard

Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.

Link copied to clipboard

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.

Link copied to clipboard

Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:

Link copied to clipboard

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.