v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473359323.2 KB

Retrieves information about the specified service.

get/services/{serviceIdentifier}

Path parameters

serviceIdentifierstring required

The ID or ARN of the service.

Response

Success

idstring

The ID of the service.

namestring

The name of the service.

arnstring

The Amazon Resource Name (ARN) of the service.

createdAtstring date-time

The date and time that the service was created, in ISO-8601 format.

lastUpdatedAtstring date-time

The date and time that the service was last updated, in ISO-8601 format.

customDomainNamestring

The custom domain name of the service.

certificateArnstring

The Amazon Resource Name (ARN) of the certificate.

status'ACTIVE' | 'CREATE_IN_PROGRESS' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_FAILED'

The status of the service.

authType'NONE' | 'AWS_IAM'

The type of IAM policy.

idleTimeoutSecondsinteger

The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.

failureCodestring

The failure code.

failureMessagestring

The failure message.