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
published on Monday, Sep 7, 2026 by Pulumi
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
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 dictionarydata "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.
-
List<Pulumi.
Aws Native. 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 7, 2026 by Pulumi