Skip to content

Data Source: awsAppmeshVirtualNode

Terraform data source for managing an AWS App Mesh Virtual Node.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsAppmeshVirtualNode.DataAwsAppmeshVirtualNode(this, "test", {
  mesh_name: "example-mesh",
  name: "serviceBv1",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the virtual node.
  • meshName - (Required) Name of the service mesh in which the virtual node exists.
  • meshOwner - (Optional) AWS account ID of the service mesh's owner.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the virtual node.
  • createdDate - Creation date of the virtual node.
  • lastUpdatedDate - Last update date of the virtual node.
  • resourceOwner - Resource owner's AWS account ID.
  • spec - Virtual node specification. See the awsAppmeshVirtualNode resource for details.
  • tags - Map of tags.