# README
Terraform AWS Provider AppMesh Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the AppMesh resources
- AWS Docs: AWS SDK for Go AppMesh
# Functions
@SDKDataSource("aws_appmesh_gateway_route").
@SDKDataSource("aws_appmesh_mesh").
@SDKDataSource("aws_appmesh_route").
@SDKDataSource("aws_appmesh_virtual_gateway").
@SDKDataSource("aws_appmesh_virtual_node").
@SDKDataSource("aws_appmesh_virtual_router").
@SDKDataSource("aws_appmesh_virtual_service").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTagsIn returns appmesh service tags from Context.
KeyValueTags creates tftags.KeyValueTags from appmesh service tags.
ListTags lists appmesh service tags.
@SDKResource("aws_appmesh_gateway_route", name="Gateway Route") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_mesh", name="Service Mesh") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_route", name="Route") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_virtual_gateway", name="Virtual Gateway") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_virtual_node", name="Virtual Node") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_virtual_router", name="Virtual Router") @Tags(identifierAttribute="arn").
@SDKResource("aws_appmesh_virtual_service", name="Virtual Service") @Tags(identifierAttribute="arn").
SetTagsOut sets appmesh service tags in Context.
Tags returns appmesh service tags.
UpdateTags updates appmesh service tags.
# Variables
No description provided by the author