Module config

This page documents the language specification for the ns1 package. If you're looking for help working with the inputs, outputs, or functions of ns1 resources in a Pulumi program, please see the resource documentation for examples and API reference.

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-ns1 repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-ns1 repo.

APIs

APIs

let apikey

let apikey: string | undefined =  __config.get("apikey") || utilities.getEnv("NS1_APIKEY");

The ns1 API key, this is required

let enableDdi

let enableDdi: boolean | undefined =  __config.getObject<boolean>("enableDdi");

let endpoint

let endpoint: string | undefined =  __config.get("endpoint") || utilities.getEnv("NS1_ENDPOINT");

let ignoreSsl

let ignoreSsl: boolean | undefined =  __config.getObject<boolean>("ignoreSsl");

let rateLimitParallelism

let rateLimitParallelism: number | undefined =  __config.getObject<number>("rateLimitParallelism");