Skip to content

Data Source: awsServiceDiscoveryHttpNamespace

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.dataAwsServiceDiscoveryHttpNamespace.DataAwsServiceDiscoveryHttpNamespace(
  this,
  "example",
  {
    name: "development",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the http namespace.

Attributes Reference

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

  • id - ID of a namespace.
  • arn - ARN that Amazon Route 53 assigns to the namespace when you create it.
  • description - Description that you specify for the namespace when you create it.
  • httpName - Name of an HTTP namespace.
  • tags - Map of tags for the resource.