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.

Provides summary information for an App Runner service.

This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices action. Complete service information is returned by the CreateService, DescribeService, and DeleteService actions using the Service type.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.ServiceSummary

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

Syntax

C#
public class ServiceSummary

The ServiceSummary type exposes the following members

Constructors

NameDescription
Public Method ServiceSummary()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the App Runner service was created. It's in the Unix time stamp format.

Public Property ServiceArn System.String

Gets and sets the property ServiceArn.

The Amazon Resource Name (ARN) of this service.

Public Property ServiceId System.String

Gets and sets the property ServiceId.

An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.

Public Property ServiceName System.String

Gets and sets the property ServiceName.

The customer-provided service name.

Public Property ServiceUrl System.String

Gets and sets the property ServiceUrl.

A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.

Public Property Status Amazon.AppRunner.ServiceStatus

Gets and sets the property Status.

The current state of the App Runner service. These particular values mean the following.

  • CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService.

  • DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The time when the App Runner service was last updated. It's in theUnix time stamp format.

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