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:
GetDNSSec Result
The following output properties are available:
- Delegation
Get
DNSSec Delegation (Computed) - Delegation field is documented below.
- Id string
The provider-assigned unique ID for this managed resource.
- Keys
Get
DNSSec Keys (Computed) - Keys field is documented below.
- Zone string
- Delegation
Get
DNSSec Delegation (Computed) - Delegation field is documented below.
- Id string
The provider-assigned unique ID for this managed resource.
- Keys
Get
DNSSec Keys (Computed) - Keys field is documented below.
- Zone string
- delegation
Get
DNSSec Delegation (Computed) - Delegation field is documented below.
- id string
The provider-assigned unique ID for this managed resource.
- keys
Get
DNSSec Keys (Computed) - Keys field is documented below.
- zone string
- delegation
Dict[Get
DNSSec Delegation] (Computed) - Delegation field is documented below.
- id str
The provider-assigned unique ID for this managed resource.
- keys
Dict[Get
DNSSec Keys] (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<Get
DNSSec Delegation Dnskey Args> (Computed) List of Keys. Key is documented below.
- Ds
List<Get
DNSSec Delegation DArgs> (Computed) List of Keys. Key is documented below.
- Ttl int
(Computed) TTL for the Keys (int).
- Dnskeys
[]Get
DNSSec Delegation Dnskey (Computed) List of Keys. Key is documented below.
- Ds
[]Get
DNSSec Delegation D (Computed) List of Keys. Key is documented below.
- Ttl int
(Computed) TTL for the Keys (int).
- dnskeys
Get
DNSSec Delegation Dnskey[] (Computed) List of Keys. Key is documented below.
- ds
Get
DNSSec Delegation D[] (Computed) List of Keys. Key is documented below.
- ttl number
(Computed) TTL for the Keys (int).
- dnskeys
List[Get
DNSSec Delegation Dnskey] (Computed) List of Keys. Key is documented below.
- ds
List[Get
DNSSec Delegation D] (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.
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.
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<Get
DNSSec Keys Dnskey Args> (Computed) List of Keys. Key is documented below.
- Ttl int
(Computed) TTL for the Keys (int).
- Dnskeys
[]Get
DNSSec Keys Dnskey (Computed) List of Keys. Key is documented below.
- Ttl int
(Computed) TTL for the Keys (int).
- dnskeys
Get
DNSSec Keys Dnskey[] (Computed) List of Keys. Key is documented below.
- ttl number
(Computed) TTL for the Keys (int).
- dnskeys
List[Get
DNSSec Keys Dnskey] (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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-ns1
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ns1Terraform Provider.