Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateServiceCommandOutputProtected

The output of CreateServiceCommand.

Hierarchy

Properties

ApplicationId?: string

The ID of the application that the created service belongs to.

Arn?: string

The Amazon Resource Name (ARN) of the service.

CreatedByAccountId?: string

The Amazon Web Services account ID of the service creator.

CreatedTime?: Date

A timestamp that indicates when the service is created.

Description?: string

The description of the created service.

EndpointType?: string

The endpoint type of the service.

EnvironmentId?: string

The unique identifier of the environment.

LambdaEndpoint?: LambdaEndpointInput

The configuration for the Lambda endpoint type.

LastUpdatedTime?: Date

A timestamp that indicates when the service was last updated.

Name?: string

The name of the service.

OwnerAccountId?: string

The Amazon Web Services account ID of the service owner.

ServiceId?: string

The unique identifier of the service.

State?: string

The current state of the service.

Tags?: Record<string, string>

The tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..

UrlEndpoint?: UrlEndpointInput

The configuration for the URL endpoint type.

VpcId?: string

The ID of the VPC.