AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateService operation. Create an App Runner service. After the service is created, the action also automatically starts a deployment.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRunner.AmazonAppRunnerRequest
      Amazon.AppRunner.Model.CreateServiceRequest

Namespace: Amazon.AppRunner.Model
Assembly: AWSSDK.AppRunner.dll
Version: 3.x.y.z

Syntax

C#
public class CreateServiceRequest : AmazonAppRunnerRequest
         IAmazonWebServiceRequest

The CreateServiceRequest type exposes the following members

Constructors

NameDescription
Public Method CreateServiceRequest()

Properties

NameTypeDescription
Public Property AutoScalingConfigurationArn System.String

Gets and sets the property AutoScalingConfigurationArn.

The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.

Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability/3

Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability

Public Property EncryptionConfiguration Amazon.AppRunner.Model.EncryptionConfiguration

Gets and sets the property 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. By default, App Runner uses an Amazon Web Services managed key.

Public Property HealthCheckConfiguration Amazon.AppRunner.Model.HealthCheckConfiguration

Gets and sets the property HealthCheckConfiguration.

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

Public Property InstanceConfiguration Amazon.AppRunner.Model.InstanceConfiguration

Gets and sets the property InstanceConfiguration.

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

Public Property NetworkConfiguration Amazon.AppRunner.Model.NetworkConfiguration

Gets and sets the property NetworkConfiguration.

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

Public Property ObservabilityConfiguration Amazon.AppRunner.Model.ServiceObservabilityConfiguration

Gets and sets the property ObservabilityConfiguration.

The observability configuration of your service.

Public Property ServiceName System.String

Gets and sets the property ServiceName.

A name for the App Runner service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.

Public Property SourceConfiguration Amazon.AppRunner.Model.SourceConfiguration

Gets and sets the property SourceConfiguration.

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

Public Property Tags System.Collections.Generic.List<Amazon.AppRunner.Model.Tag>

Gets and sets the property Tags.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5