Service Args
data class ServiceArgs(val autoScalingConfigurationArn: Output<String>? = null, val encryptionConfiguration: Output<ServiceEncryptionConfigurationArgs>? = null, val healthCheckConfiguration: Output<ServiceHealthCheckConfigurationArgs>? = null, val instanceConfiguration: Output<ServiceInstanceConfigurationArgs>? = null, val networkConfiguration: Output<ServiceNetworkConfigurationArgs>? = null, val observabilityConfiguration: Output<ServiceObservabilityConfigurationArgs>? = null, val serviceName: Output<String>? = null, val sourceConfiguration: Output<ServiceSourceConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceArgs>
The AWS::AppRunner::Service resource specifies an AppRunner Service.
Constructors
Link copied to clipboard
constructor(autoScalingConfigurationArn: Output<String>? = null, encryptionConfiguration: Output<ServiceEncryptionConfigurationArgs>? = null, healthCheckConfiguration: Output<ServiceHealthCheckConfigurationArgs>? = null, instanceConfiguration: Output<ServiceInstanceConfigurationArgs>? = null, networkConfiguration: Output<ServiceNetworkConfigurationArgs>? = null, observabilityConfiguration: Output<ServiceObservabilityConfigurationArgs>? = null, serviceName: Output<String>? = null, sourceConfiguration: Output<ServiceSourceConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)
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
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
The AppRunner Service Name.
Link copied to clipboard
The source to deploy to the App Runner service. It can be a code or an image repository.