Service

class Service : KotlinCustomResource

The AWS::AppRunner::Service resource specifies an AppRunner Service.

Properties

Link copied to clipboard

Autoscaling configuration ARN

Link copied to clipboard

An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an AWS managed key .

Link copied to clipboard

The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The runtime configuration of instances (scaling units) of your service.

Link copied to clipboard

Configuration settings related to network traffic of the web application that the App Runner service runs.

Link copied to clipboard

The observability configuration of your service.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceArn: Output<String>

The Amazon Resource Name (ARN) of the AppRunner Service.

Link copied to clipboard
val serviceId: Output<String>

The AppRunner Service Id

Link copied to clipboard
val serviceName: Output<String>?

The AppRunner Service Name.

Link copied to clipboard
val serviceUrl: Output<String>

The Service Url of the AppRunner Service.

Link copied to clipboard

The source to deploy to the App Runner service. It can be a code or an image repository.

Link copied to clipboard
val status: Output<String>

AppRunner Service status.

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

An optional list of metadata items that you can associate with the App Runner service resource. A tag is a key-value pair.

Link copied to clipboard
val urn: Output<String>