GetMeshResult

data class GetMeshResult(val arn: String, val createdDate: String, val id: String, val lastUpdatedDate: String, val meshOwner: String, val name: String, val resourceOwner: String, val specs: List<GetMeshSpec>, val tags: Map<String, String>)

A collection of values returned by getMesh.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the service mesh.

Link copied to clipboard

Creation date of the service mesh.

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 service mesh.

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

Resource owner's AWS account ID.

Link copied to clipboard

Service mesh specification. See the aws.appmesh.Mesh resource for details.

Link copied to clipboard

Map of tags.