Get Gateway Route Result
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
Properties
Link copied to clipboard
Creation date of the gateway route.
Link copied to clipboard
Last update date of the gateway route.
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