| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AWSAppRunnerAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AWSAppRunnerAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Create an App Runner service.
|
Future<CreateServiceResult> |
AbstractAWSAppRunnerAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to
associate with your service.
|
CreateServiceRequest |
CreateServiceRequest.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it
maintains and your service logs.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
CreateServiceRequest |
CreateServiceRequest.withInstanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration of instances (scaling units) of your service.
|
CreateServiceRequest |
CreateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
CreateServiceRequest |
CreateServiceRequest.withObservabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration)
The observability configuration of your service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceName(String serviceName)
A name for the App Runner service.
|
CreateServiceRequest |
CreateServiceRequest.withSourceConfiguration(SourceConfiguration sourceConfiguration)
The source to deploy to the App Runner service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the App Runner service resource.
|
Copyright © 2022. All rights reserved.