get Http Namespace
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.servicediscovery.ServicediscoveryFunctions;
import com.pulumi.aws.servicediscovery.inputs.GetHttpNamespaceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ServicediscoveryFunctions.getHttpNamespace(GetHttpNamespaceArgs.builder()
.name("development")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getHttpNamespace.
Parameters
argument
A collection of arguments for invoking getHttpNamespace.
suspend fun getHttpNamespace(name: String, tags: Map<String, String>? = null): GetHttpNamespaceResult
Return
A collection of values returned by getHttpNamespace.
Parameters
name
Name of the http namespace.
tags
Map of tags for the resource.
See also
suspend fun getHttpNamespace(argument: suspend GetHttpNamespacePlainArgsBuilder.() -> Unit): GetHttpNamespaceResult
Return
A collection of values returned by getHttpNamespace.
Parameters
argument
Builder for com.pulumi.aws.servicediscovery.kotlin.inputs.GetHttpNamespacePlainArgs.