GetDNSSec

Provides DNSSEC details about a NS1 Zone.

Using GetDNSSec

function getDNSSec(args: GetDNSSecArgs, opts?: InvokeOptions): Promise<GetDNSSecResult>
function  get_dns_sec(zone=None, opts=None)
func GetDNSSec(ctx *Context, args *GetDNSSecArgs, opts ...InvokeOption) (*GetDNSSecResult, error)
public static class GetDNSSec {
    public static Task<GetDNSSecResult> InvokeAsync(GetDNSSecArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Zone string

The name of the zone to get DNSSEC details for.

Zone string

The name of the zone to get DNSSEC details for.

zone string

The name of the zone to get DNSSEC details for.

zone str

The name of the zone to get DNSSEC details for.

GetDNSSec Result

The following output properties are available:

Delegation GetDNSSecDelegation

(Computed) - Delegation field is documented below.

Id string

The provider-assigned unique ID for this managed resource.

Keys GetDNSSecKeys

(Computed) - Keys field is documented below.

Zone string
Delegation GetDNSSecDelegation

(Computed) - Delegation field is documented below.

Id string

The provider-assigned unique ID for this managed resource.

Keys GetDNSSecKeys

(Computed) - Keys field is documented below.

Zone string
delegation GetDNSSecDelegation

(Computed) - Delegation field is documented below.

id string

The provider-assigned unique ID for this managed resource.

keys GetDNSSecKeys

(Computed) - Keys field is documented below.

zone string
delegation Dict[GetDNSSecDelegation]

(Computed) - Delegation field is documented below.

id str

The provider-assigned unique ID for this managed resource.

keys Dict[GetDNSSecKeys]

(Computed) - Keys field is documented below.

zone str

Supporting Types

GetDNSSecDelegation

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Dnskeys List<GetDNSSecDelegationDnskeyArgs>

(Computed) List of Keys. Key is documented below.

Ds List<GetDNSSecDelegationDArgs>

(Computed) List of Keys. Key is documented below.

Ttl int

(Computed) TTL for the Keys (int).

Dnskeys []GetDNSSecDelegationDnskey

(Computed) List of Keys. Key is documented below.

Ds []GetDNSSecDelegationD

(Computed) List of Keys. Key is documented below.

Ttl int

(Computed) TTL for the Keys (int).

dnskeys GetDNSSecDelegationDnskey[]

(Computed) List of Keys. Key is documented below.

ds GetDNSSecDelegationD[]

(Computed) List of Keys. Key is documented below.

ttl number

(Computed) TTL for the Keys (int).

dnskeys List[GetDNSSecDelegationDnskey]

(Computed) List of Keys. Key is documented below.

ds List[GetDNSSecDelegationD]

(Computed) List of Keys. Key is documented below.

ttl float

(Computed) TTL for the Keys (int).

GetDNSSecDelegationD

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

algorithm string

(Computed) Algorithm of the key.

flags string

(Computed) Flags for the key.

protocol string

(Computed) Protocol of the key.

publicKey string

(Computed) Public key for the key.

algorithm str

(Computed) Algorithm of the key.

flags str

(Computed) Flags for the key.

protocol str

(Computed) Protocol of the key.

publicKey str

(Computed) Public key for the key.

GetDNSSecDelegationDnskey

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

algorithm string

(Computed) Algorithm of the key.

flags string

(Computed) Flags for the key.

protocol string

(Computed) Protocol of the key.

publicKey string

(Computed) Public key for the key.

algorithm str

(Computed) Algorithm of the key.

flags str

(Computed) Flags for the key.

protocol str

(Computed) Protocol of the key.

publicKey str

(Computed) Public key for the key.

GetDNSSecKeys

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Dnskeys List<GetDNSSecKeysDnskeyArgs>

(Computed) List of Keys. Key is documented below.

Ttl int

(Computed) TTL for the Keys (int).

Dnskeys []GetDNSSecKeysDnskey

(Computed) List of Keys. Key is documented below.

Ttl int

(Computed) TTL for the Keys (int).

dnskeys GetDNSSecKeysDnskey[]

(Computed) List of Keys. Key is documented below.

ttl number

(Computed) TTL for the Keys (int).

dnskeys List[GetDNSSecKeysDnskey]

(Computed) List of Keys. Key is documented below.

ttl float

(Computed) TTL for the Keys (int).

GetDNSSecKeysDnskey

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

Algorithm string

(Computed) Algorithm of the key.

Flags string

(Computed) Flags for the key.

Protocol string

(Computed) Protocol of the key.

PublicKey string

(Computed) Public key for the key.

algorithm string

(Computed) Algorithm of the key.

flags string

(Computed) Flags for the key.

protocol string

(Computed) Protocol of the key.

publicKey string

(Computed) Public key for the key.

algorithm str

(Computed) Algorithm of the key.

flags str

(Computed) Flags for the key.

protocol str

(Computed) Protocol of the key.

publicKey str

(Computed) Public key for the key.

Package Details

Repository
https://github.com/pulumi/pulumi-ns1
License
Apache-2.0
Notes
This Pulumi package is based on the ns1 Terraform Provider.