We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::ServiceDiscovery::HttpNamespace
Create HttpNamespace Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HttpNamespace(name: string, args?: HttpNamespaceArgs, opts?: CustomResourceOptions);@overload
def HttpNamespace(resource_name: str,
args: Optional[HttpNamespaceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HttpNamespace(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewHttpNamespace(ctx *Context, name string, args *HttpNamespaceArgs, opts ...ResourceOption) (*HttpNamespace, error)public HttpNamespace(string name, HttpNamespaceArgs? args = null, CustomResourceOptions? opts = null)
public HttpNamespace(String name, HttpNamespaceArgs args)
public HttpNamespace(String name, HttpNamespaceArgs args, CustomResourceOptions options)
type: aws-native:servicediscovery:HttpNamespace
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_servicediscovery_http_namespace" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args HttpNamespaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args HttpNamespaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args HttpNamespaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HttpNamespaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HttpNamespaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
HttpNamespace Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The HttpNamespace resource accepts the following input properties:
- Description string
- A description for the namespace.
- Name string
- The name that you want to assign to this namespace.
-
List<Pulumi.
Aws Native. Inputs. 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.
- Description string
- A description for the namespace.
- Name string
- The name that you want to assign to this namespace.
-
Tag
Args - 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.
- description string
- A description for the namespace.
- name string
- The name that you want to assign to this namespace.
- 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.
- description String
- A description for the namespace.
- name String
- The name that you want to assign to this namespace.
- 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.
- description string
- A description for the namespace.
- name string
- The name that you want to assign to this namespace.
- 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.
- description str
- A description for the namespace.
- name str
- The name that you want to assign to this namespace.
-
Sequence[Tag
Args] - 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.
- description String
- A description for the namespace.
- name String
- The name that you want to assign to this namespace.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the HttpNamespace resource produces the following output properties:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi