GetGatewayRouteResult

data class GetGatewayRouteResult(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<GetGatewayRouteSpec>, val tags: Map<String, String>, val virtualGatewayName: String)

A collection of values returned by getGatewayRoute.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the gateway route.

Link copied to clipboard

Creation date of the gateway 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 gateway 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

Gateway route specification. See the aws.appmesh.GatewayRoute resource for details.

Link copied to clipboard

Map of tags.

Link copied to clipboard