GetRouteResult

data class GetRouteResult(val arn: String, val createdDate: String, val id: String, val lastUpdatedDate: String, val meshName: String, val meshOwner: String, val name: String, val resourceOwner: String, val specs: List<GetRouteSpec>, val tags: Map<String, String>, val virtualRouterName: String)

A collection of values returned by getRoute.

Constructors

Link copied to clipboard
constructor(arn: String, createdDate: String, id: String, lastUpdatedDate: String, meshName: String, meshOwner: String, name: String, resourceOwner: String, specs: List<GetRouteSpec>, tags: Map<String, String>, virtualRouterName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the route.

Link copied to clipboard

Creation date of the route.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Last update date of the route.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Resource owner's AWS account ID.

Link copied to clipboard

Route specification. See the aws.appmesh.Route resource for details.

Link copied to clipboard

Map of tags.

Link copied to clipboard