GetVirtualGatewayResult

data class GetVirtualGatewayResult(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<GetVirtualGatewaySpec>, val tags: Map<String, String>)

A collection of values returned by getVirtualGateway.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the virtual gateway.

Link copied to clipboard

Creation date of the virtual gateway.

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 virtual gateway.

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

Virtual gateway specification. See the aws.appmesh.VirtualGateway resource for details.

Link copied to clipboard

Map of tags.