1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. servicediscovery
  6. getHttpNamespace

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi

    Resource Type definition for AWS::ServiceDiscovery::HttpNamespace

    Using getHttpNamespace

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHttpNamespace(args: GetHttpNamespaceArgs, opts?: InvokeOptions): Promise<GetHttpNamespaceResult>
    function getHttpNamespaceOutput(args: GetHttpNamespaceOutputArgs, opts?: InvokeOutputOptions): Output<GetHttpNamespaceResult>
    def get_http_namespace(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetHttpNamespaceResult
    def get_http_namespace_output(id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetHttpNamespaceResult]
    func LookupHttpNamespace(ctx *Context, args *LookupHttpNamespaceArgs, opts ...InvokeOption) (*LookupHttpNamespaceResult, error)
    func LookupHttpNamespaceOutput(ctx *Context, args *LookupHttpNamespaceOutputArgs, opts ...InvokeOption) LookupHttpNamespaceResultOutput

    > Note: This function is named LookupHttpNamespace in the Go SDK.

    public static class GetHttpNamespace 
    {
        public static Task<GetHttpNamespaceResult> InvokeAsync(GetHttpNamespaceArgs args, InvokeOptions? opts = null)
        public static Output<GetHttpNamespaceResult> Invoke(GetHttpNamespaceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetHttpNamespaceResult> Invoke(GetHttpNamespaceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetHttpNamespaceResult> getHttpNamespace(GetHttpNamespaceArgs args, InvokeOptions options)
    public static Output<GetHttpNamespaceResult> getHttpNamespace(GetHttpNamespaceArgs args, InvokeOptions options)
    public static Output<GetHttpNamespaceResult> getHttpNamespace(GetHttpNamespaceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:servicediscovery:getHttpNamespace
      arguments:
        # arguments dictionary
    data "aws-native_servicediscovery_get_http_namespace" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The ID of the namespace.
    Id string
    The ID of the namespace.
    id string
    The ID of the namespace.
    id String
    The ID of the namespace.
    id string
    The ID of the namespace.
    id str
    The ID of the namespace.
    id String
    The ID of the namespace.

    getHttpNamespace Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the namespace.
    Description string
    A description for the namespace.
    Id string
    The ID of the namespace.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    Arn string
    The Amazon Resource Name (ARN) of the namespace.
    Description string
    A description for the namespace.
    Id string
    The ID of the namespace.
    Tags Tag
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    arn string
    The Amazon Resource Name (ARN) of the namespace.
    description string
    A description for the namespace.
    id string
    The ID of the namespace.
    tags list(object)
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    arn String
    The Amazon Resource Name (ARN) of the namespace.
    description String
    A description for the namespace.
    id String
    The ID of the namespace.
    tags List<Tag>
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    arn string
    The Amazon Resource Name (ARN) of the namespace.
    description string
    A description for the namespace.
    id string
    The ID of the namespace.
    tags Tag[]
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    arn str
    The Amazon Resource Name (ARN) of the namespace.
    description str
    A description for the namespace.
    id str
    The ID of the namespace.
    tags Sequence[root_Tag]
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
    arn String
    The Amazon Resource Name (ARN) of the namespace.
    description String
    A description for the namespace.
    id String
    The ID of the namespace.
    tags List<Property Map>
    The tags for the namespace. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.78.0
    published on Monday, Sep 7, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial