1. Packages
  2. Azure Native
  3. API Docs
  4. dns
  5. getRecordSet
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.dns.getRecordSet

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Gets a record set.

    Uses Azure REST API version 2023-07-01-preview.

    Other available API versions: 2015-05-04-preview, 2016-04-01, 2017-09-01, 2017-10-01, 2018-03-01-preview, 2018-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dns [ApiVersion]. See the version guide for details.

    Using getRecordSet

    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 getRecordSet(args: GetRecordSetArgs, opts?: InvokeOptions): Promise<GetRecordSetResult>
    function getRecordSetOutput(args: GetRecordSetOutputArgs, opts?: InvokeOptions): Output<GetRecordSetResult>
    def get_record_set(record_type: Optional[str] = None,
                       relative_record_set_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       zone_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetRecordSetResult
    def get_record_set_output(record_type: Optional[pulumi.Input[str]] = None,
                       relative_record_set_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       zone_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetRecordSetResult]
    func LookupRecordSet(ctx *Context, args *LookupRecordSetArgs, opts ...InvokeOption) (*LookupRecordSetResult, error)
    func LookupRecordSetOutput(ctx *Context, args *LookupRecordSetOutputArgs, opts ...InvokeOption) LookupRecordSetResultOutput

    > Note: This function is named LookupRecordSet in the Go SDK.

    public static class GetRecordSet 
    {
        public static Task<GetRecordSetResult> InvokeAsync(GetRecordSetArgs args, InvokeOptions? opts = null)
        public static Output<GetRecordSetResult> Invoke(GetRecordSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecordSetResult> getRecordSet(GetRecordSetArgs args, InvokeOptions options)
    public static Output<GetRecordSetResult> getRecordSet(GetRecordSetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:dns:getRecordSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RecordType string
    The type of DNS record in this record set.
    RelativeRecordSetName string
    The name of the record set, relative to the name of the zone.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ZoneName string
    The name of the DNS zone (without a terminating dot).
    RecordType string
    The type of DNS record in this record set.
    RelativeRecordSetName string
    The name of the record set, relative to the name of the zone.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ZoneName string
    The name of the DNS zone (without a terminating dot).
    recordType String
    The type of DNS record in this record set.
    relativeRecordSetName String
    The name of the record set, relative to the name of the zone.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    zoneName String
    The name of the DNS zone (without a terminating dot).
    recordType string
    The type of DNS record in this record set.
    relativeRecordSetName string
    The name of the record set, relative to the name of the zone.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    zoneName string
    The name of the DNS zone (without a terminating dot).
    record_type str
    The type of DNS record in this record set.
    relative_record_set_name str
    The name of the record set, relative to the name of the zone.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    zone_name str
    The name of the DNS zone (without a terminating dot).
    recordType String
    The type of DNS record in this record set.
    relativeRecordSetName String
    The name of the record set, relative to the name of the zone.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    zoneName String
    The name of the DNS zone (without a terminating dot).

    getRecordSet Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Fqdn string
    Fully qualified domain name of the record set.
    Id string
    The ID of the record set.
    Name string
    The name of the record set.
    ProvisioningState string
    provisioning State of the record set.
    Type string
    The type of the record set.
    ARecords List<Pulumi.AzureNative.Dns.Outputs.ARecordResponse>
    The list of A records in the record set.
    AaaaRecords List<Pulumi.AzureNative.Dns.Outputs.AaaaRecordResponse>
    The list of AAAA records in the record set.
    CaaRecords List<Pulumi.AzureNative.Dns.Outputs.CaaRecordResponse>
    The list of CAA records in the record set.
    CnameRecord Pulumi.AzureNative.Dns.Outputs.CnameRecordResponse
    The CNAME record in the record set.
    DsRecords List<Pulumi.AzureNative.Dns.Outputs.DsRecordResponse>
    The list of DS records in the record set.
    Etag string
    The etag of the record set.
    Metadata Dictionary<string, string>
    The metadata attached to the record set.
    MxRecords List<Pulumi.AzureNative.Dns.Outputs.MxRecordResponse>
    The list of MX records in the record set.
    NaptrRecords List<Pulumi.AzureNative.Dns.Outputs.NaptrRecordResponse>
    The list of NAPTR records in the record set.
    NsRecords List<Pulumi.AzureNative.Dns.Outputs.NsRecordResponse>
    The list of NS records in the record set.
    PtrRecords List<Pulumi.AzureNative.Dns.Outputs.PtrRecordResponse>
    The list of PTR records in the record set.
    SoaRecord Pulumi.AzureNative.Dns.Outputs.SoaRecordResponse
    The SOA record in the record set.
    SrvRecords List<Pulumi.AzureNative.Dns.Outputs.SrvRecordResponse>
    The list of SRV records in the record set.
    TargetResource Pulumi.AzureNative.Dns.Outputs.SubResourceResponse
    A reference to an azure resource from where the dns resource value is taken.
    TlsaRecords List<Pulumi.AzureNative.Dns.Outputs.TlsaRecordResponse>
    The list of TLSA records in the record set.
    TrafficManagementProfile Pulumi.AzureNative.Dns.Outputs.SubResourceResponse
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    Ttl double
    The TTL (time-to-live) of the records in the record set.
    TxtRecords List<Pulumi.AzureNative.Dns.Outputs.TxtRecordResponse>
    The list of TXT records in the record set.
    AzureApiVersion string
    The Azure API version of the resource.
    Fqdn string
    Fully qualified domain name of the record set.
    Id string
    The ID of the record set.
    Name string
    The name of the record set.
    ProvisioningState string
    provisioning State of the record set.
    Type string
    The type of the record set.
    ARecords []ARecordResponse
    The list of A records in the record set.
    AaaaRecords []AaaaRecordResponse
    The list of AAAA records in the record set.
    CaaRecords []CaaRecordResponse
    The list of CAA records in the record set.
    CnameRecord CnameRecordResponse
    The CNAME record in the record set.
    DsRecords []DsRecordResponse
    The list of DS records in the record set.
    Etag string
    The etag of the record set.
    Metadata map[string]string
    The metadata attached to the record set.
    MxRecords []MxRecordResponse
    The list of MX records in the record set.
    NaptrRecords []NaptrRecordResponse
    The list of NAPTR records in the record set.
    NsRecords []NsRecordResponse
    The list of NS records in the record set.
    PtrRecords []PtrRecordResponse
    The list of PTR records in the record set.
    SoaRecord SoaRecordResponse
    The SOA record in the record set.
    SrvRecords []SrvRecordResponse
    The list of SRV records in the record set.
    TargetResource SubResourceResponse
    A reference to an azure resource from where the dns resource value is taken.
    TlsaRecords []TlsaRecordResponse
    The list of TLSA records in the record set.
    TrafficManagementProfile SubResourceResponse
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    Ttl float64
    The TTL (time-to-live) of the records in the record set.
    TxtRecords []TxtRecordResponse
    The list of TXT records in the record set.
    azureApiVersion String
    The Azure API version of the resource.
    fqdn String
    Fully qualified domain name of the record set.
    id String
    The ID of the record set.
    name String
    The name of the record set.
    provisioningState String
    provisioning State of the record set.
    type String
    The type of the record set.
    aRecords List<ARecordResponse>
    The list of A records in the record set.
    aaaaRecords List<AaaaRecordResponse>
    The list of AAAA records in the record set.
    caaRecords List<CaaRecordResponse>
    The list of CAA records in the record set.
    cnameRecord CnameRecordResponse
    The CNAME record in the record set.
    dsRecords List<DsRecordResponse>
    The list of DS records in the record set.
    etag String
    The etag of the record set.
    metadata Map<String,String>
    The metadata attached to the record set.
    mxRecords List<MxRecordResponse>
    The list of MX records in the record set.
    naptrRecords List<NaptrRecordResponse>
    The list of NAPTR records in the record set.
    nsRecords List<NsRecordResponse>
    The list of NS records in the record set.
    ptrRecords List<PtrRecordResponse>
    The list of PTR records in the record set.
    soaRecord SoaRecordResponse
    The SOA record in the record set.
    srvRecords List<SrvRecordResponse>
    The list of SRV records in the record set.
    targetResource SubResourceResponse
    A reference to an azure resource from where the dns resource value is taken.
    tlsaRecords List<TlsaRecordResponse>
    The list of TLSA records in the record set.
    trafficManagementProfile SubResourceResponse
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    ttl Double
    The TTL (time-to-live) of the records in the record set.
    txtRecords List<TxtRecordResponse>
    The list of TXT records in the record set.
    azureApiVersion string
    The Azure API version of the resource.
    fqdn string
    Fully qualified domain name of the record set.
    id string
    The ID of the record set.
    name string
    The name of the record set.
    provisioningState string
    provisioning State of the record set.
    type string
    The type of the record set.
    aRecords ARecordResponse[]
    The list of A records in the record set.
    aaaaRecords AaaaRecordResponse[]
    The list of AAAA records in the record set.
    caaRecords CaaRecordResponse[]
    The list of CAA records in the record set.
    cnameRecord CnameRecordResponse
    The CNAME record in the record set.
    dsRecords DsRecordResponse[]
    The list of DS records in the record set.
    etag string
    The etag of the record set.
    metadata {[key: string]: string}
    The metadata attached to the record set.
    mxRecords MxRecordResponse[]
    The list of MX records in the record set.
    naptrRecords NaptrRecordResponse[]
    The list of NAPTR records in the record set.
    nsRecords NsRecordResponse[]
    The list of NS records in the record set.
    ptrRecords PtrRecordResponse[]
    The list of PTR records in the record set.
    soaRecord SoaRecordResponse
    The SOA record in the record set.
    srvRecords SrvRecordResponse[]
    The list of SRV records in the record set.
    targetResource SubResourceResponse
    A reference to an azure resource from where the dns resource value is taken.
    tlsaRecords TlsaRecordResponse[]
    The list of TLSA records in the record set.
    trafficManagementProfile SubResourceResponse
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    ttl number
    The TTL (time-to-live) of the records in the record set.
    txtRecords TxtRecordResponse[]
    The list of TXT records in the record set.
    azure_api_version str
    The Azure API version of the resource.
    fqdn str
    Fully qualified domain name of the record set.
    id str
    The ID of the record set.
    name str
    The name of the record set.
    provisioning_state str
    provisioning State of the record set.
    type str
    The type of the record set.
    a_records Sequence[ARecordResponse]
    The list of A records in the record set.
    aaaa_records Sequence[AaaaRecordResponse]
    The list of AAAA records in the record set.
    caa_records Sequence[CaaRecordResponse]
    The list of CAA records in the record set.
    cname_record CnameRecordResponse
    The CNAME record in the record set.
    ds_records Sequence[DsRecordResponse]
    The list of DS records in the record set.
    etag str
    The etag of the record set.
    metadata Mapping[str, str]
    The metadata attached to the record set.
    mx_records Sequence[MxRecordResponse]
    The list of MX records in the record set.
    naptr_records Sequence[NaptrRecordResponse]
    The list of NAPTR records in the record set.
    ns_records Sequence[NsRecordResponse]
    The list of NS records in the record set.
    ptr_records Sequence[PtrRecordResponse]
    The list of PTR records in the record set.
    soa_record SoaRecordResponse
    The SOA record in the record set.
    srv_records Sequence[SrvRecordResponse]
    The list of SRV records in the record set.
    target_resource SubResourceResponse
    A reference to an azure resource from where the dns resource value is taken.
    tlsa_records Sequence[TlsaRecordResponse]
    The list of TLSA records in the record set.
    traffic_management_profile SubResourceResponse
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    ttl float
    The TTL (time-to-live) of the records in the record set.
    txt_records Sequence[TxtRecordResponse]
    The list of TXT records in the record set.
    azureApiVersion String
    The Azure API version of the resource.
    fqdn String
    Fully qualified domain name of the record set.
    id String
    The ID of the record set.
    name String
    The name of the record set.
    provisioningState String
    provisioning State of the record set.
    type String
    The type of the record set.
    aRecords List<Property Map>
    The list of A records in the record set.
    aaaaRecords List<Property Map>
    The list of AAAA records in the record set.
    caaRecords List<Property Map>
    The list of CAA records in the record set.
    cnameRecord Property Map
    The CNAME record in the record set.
    dsRecords List<Property Map>
    The list of DS records in the record set.
    etag String
    The etag of the record set.
    metadata Map<String>
    The metadata attached to the record set.
    mxRecords List<Property Map>
    The list of MX records in the record set.
    naptrRecords List<Property Map>
    The list of NAPTR records in the record set.
    nsRecords List<Property Map>
    The list of NS records in the record set.
    ptrRecords List<Property Map>
    The list of PTR records in the record set.
    soaRecord Property Map
    The SOA record in the record set.
    srvRecords List<Property Map>
    The list of SRV records in the record set.
    targetResource Property Map
    A reference to an azure resource from where the dns resource value is taken.
    tlsaRecords List<Property Map>
    The list of TLSA records in the record set.
    trafficManagementProfile Property Map
    A reference to an azure traffic manager profile resource from where the dns resource value is taken.
    ttl Number
    The TTL (time-to-live) of the records in the record set.
    txtRecords List<Property Map>
    The list of TXT records in the record set.

    Supporting Types

    ARecordResponse

    Ipv4Address string
    The IPv4 address of this A record.
    Ipv4Address string
    The IPv4 address of this A record.
    ipv4Address String
    The IPv4 address of this A record.
    ipv4Address string
    The IPv4 address of this A record.
    ipv4_address str
    The IPv4 address of this A record.
    ipv4Address String
    The IPv4 address of this A record.

    AaaaRecordResponse

    Ipv6Address string
    The IPv6 address of this AAAA record.
    Ipv6Address string
    The IPv6 address of this AAAA record.
    ipv6Address String
    The IPv6 address of this AAAA record.
    ipv6Address string
    The IPv6 address of this AAAA record.
    ipv6_address str
    The IPv6 address of this AAAA record.
    ipv6Address String
    The IPv6 address of this AAAA record.

    CaaRecordResponse

    Flags int
    The flags for this CAA record as an integer between 0 and 255.
    Tag string
    The tag for this CAA record.
    Value string
    The value for this CAA record.
    Flags int
    The flags for this CAA record as an integer between 0 and 255.
    Tag string
    The tag for this CAA record.
    Value string
    The value for this CAA record.
    flags Integer
    The flags for this CAA record as an integer between 0 and 255.
    tag String
    The tag for this CAA record.
    value String
    The value for this CAA record.
    flags number
    The flags for this CAA record as an integer between 0 and 255.
    tag string
    The tag for this CAA record.
    value string
    The value for this CAA record.
    flags int
    The flags for this CAA record as an integer between 0 and 255.
    tag str
    The tag for this CAA record.
    value str
    The value for this CAA record.
    flags Number
    The flags for this CAA record as an integer between 0 and 255.
    tag String
    The tag for this CAA record.
    value String
    The value for this CAA record.

    CnameRecordResponse

    Cname string
    The canonical name for this CNAME record.
    Cname string
    The canonical name for this CNAME record.
    cname String
    The canonical name for this CNAME record.
    cname string
    The canonical name for this CNAME record.
    cname str
    The canonical name for this CNAME record.
    cname String
    The canonical name for this CNAME record.

    DigestResponse

    AlgorithmType int
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    Value string
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
    AlgorithmType int
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    Value string
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
    algorithmType Integer
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    value String
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
    algorithmType number
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    value string
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
    algorithm_type int
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    value str
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
    algorithmType Number
    The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
    value String
    The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.

    DsRecordResponse

    Algorithm int
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    Digest Pulumi.AzureNative.Dns.Inputs.DigestResponse
    The digest entity.
    KeyTag int
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
    Algorithm int
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    Digest DigestResponse
    The digest entity.
    KeyTag int
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
    algorithm Integer
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    digest DigestResponse
    The digest entity.
    keyTag Integer
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
    algorithm number
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    digest DigestResponse
    The digest entity.
    keyTag number
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
    algorithm int
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    digest DigestResponse
    The digest entity.
    key_tag int
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.
    algorithm Number
    The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
    digest Property Map
    The digest entity.
    keyTag Number
    The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.

    MxRecordResponse

    Exchange string
    The domain name of the mail host for this MX record.
    Preference int
    The preference value for this MX record.
    Exchange string
    The domain name of the mail host for this MX record.
    Preference int
    The preference value for this MX record.
    exchange String
    The domain name of the mail host for this MX record.
    preference Integer
    The preference value for this MX record.
    exchange string
    The domain name of the mail host for this MX record.
    preference number
    The preference value for this MX record.
    exchange str
    The domain name of the mail host for this MX record.
    preference int
    The preference value for this MX record.
    exchange String
    The domain name of the mail host for this MX record.
    preference Number
    The preference value for this MX record.

    NaptrRecordResponse

    Flags string
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    Order int
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    Preference int
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    Regexp string
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    Replacement string
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    Services string
    The services specific to DDDS applications. Enclose Services in quotation marks.
    Flags string
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    Order int
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    Preference int
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    Regexp string
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    Replacement string
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    Services string
    The services specific to DDDS applications. Enclose Services in quotation marks.
    flags String
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    order Integer
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    preference Integer
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    regexp String
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    replacement String
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    services String
    The services specific to DDDS applications. Enclose Services in quotation marks.
    flags string
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    order number
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    preference number
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    regexp string
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    replacement string
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    services string
    The services specific to DDDS applications. Enclose Services in quotation marks.
    flags str
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    order int
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    preference int
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    regexp str
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    replacement str
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    services str
    The services specific to DDDS applications. Enclose Services in quotation marks.
    flags String
    The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks.
    order Number
    The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535.
    preference Number
    The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535.
    regexp String
    The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'.
    replacement String
    The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'.
    services String
    The services specific to DDDS applications. Enclose Services in quotation marks.

    NsRecordResponse

    Nsdname string
    The name server name for this NS record.
    Nsdname string
    The name server name for this NS record.
    nsdname String
    The name server name for this NS record.
    nsdname string
    The name server name for this NS record.
    nsdname str
    The name server name for this NS record.
    nsdname String
    The name server name for this NS record.

    PtrRecordResponse

    Ptrdname string
    The PTR target domain name for this PTR record.
    Ptrdname string
    The PTR target domain name for this PTR record.
    ptrdname String
    The PTR target domain name for this PTR record.
    ptrdname string
    The PTR target domain name for this PTR record.
    ptrdname str
    The PTR target domain name for this PTR record.
    ptrdname String
    The PTR target domain name for this PTR record.

    SoaRecordResponse

    Email string
    The email contact for this SOA record.
    ExpireTime double
    The expire time for this SOA record.
    Host string
    The domain name of the authoritative name server for this SOA record.
    MinimumTtl double
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    RefreshTime double
    The refresh value for this SOA record.
    RetryTime double
    The retry time for this SOA record.
    SerialNumber double
    The serial number for this SOA record.
    Email string
    The email contact for this SOA record.
    ExpireTime float64
    The expire time for this SOA record.
    Host string
    The domain name of the authoritative name server for this SOA record.
    MinimumTtl float64
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    RefreshTime float64
    The refresh value for this SOA record.
    RetryTime float64
    The retry time for this SOA record.
    SerialNumber float64
    The serial number for this SOA record.
    email String
    The email contact for this SOA record.
    expireTime Double
    The expire time for this SOA record.
    host String
    The domain name of the authoritative name server for this SOA record.
    minimumTtl Double
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    refreshTime Double
    The refresh value for this SOA record.
    retryTime Double
    The retry time for this SOA record.
    serialNumber Double
    The serial number for this SOA record.
    email string
    The email contact for this SOA record.
    expireTime number
    The expire time for this SOA record.
    host string
    The domain name of the authoritative name server for this SOA record.
    minimumTtl number
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    refreshTime number
    The refresh value for this SOA record.
    retryTime number
    The retry time for this SOA record.
    serialNumber number
    The serial number for this SOA record.
    email str
    The email contact for this SOA record.
    expire_time float
    The expire time for this SOA record.
    host str
    The domain name of the authoritative name server for this SOA record.
    minimum_ttl float
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    refresh_time float
    The refresh value for this SOA record.
    retry_time float
    The retry time for this SOA record.
    serial_number float
    The serial number for this SOA record.
    email String
    The email contact for this SOA record.
    expireTime Number
    The expire time for this SOA record.
    host String
    The domain name of the authoritative name server for this SOA record.
    minimumTtl Number
    The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
    refreshTime Number
    The refresh value for this SOA record.
    retryTime Number
    The retry time for this SOA record.
    serialNumber Number
    The serial number for this SOA record.

    SrvRecordResponse

    Port int
    The port value for this SRV record.
    Priority int
    The priority value for this SRV record.
    Target string
    The target domain name for this SRV record.
    Weight int
    The weight value for this SRV record.
    Port int
    The port value for this SRV record.
    Priority int
    The priority value for this SRV record.
    Target string
    The target domain name for this SRV record.
    Weight int
    The weight value for this SRV record.
    port Integer
    The port value for this SRV record.
    priority Integer
    The priority value for this SRV record.
    target String
    The target domain name for this SRV record.
    weight Integer
    The weight value for this SRV record.
    port number
    The port value for this SRV record.
    priority number
    The priority value for this SRV record.
    target string
    The target domain name for this SRV record.
    weight number
    The weight value for this SRV record.
    port int
    The port value for this SRV record.
    priority int
    The priority value for this SRV record.
    target str
    The target domain name for this SRV record.
    weight int
    The weight value for this SRV record.
    port Number
    The port value for this SRV record.
    priority Number
    The priority value for this SRV record.
    target String
    The target domain name for this SRV record.
    weight Number
    The weight value for this SRV record.

    SubResourceResponse

    Id string
    Resource Id.
    Id string
    Resource Id.
    id String
    Resource Id.
    id string
    Resource Id.
    id str
    Resource Id.
    id String
    Resource Id.

    TlsaRecordResponse

    CertAssociationData string
    This specifies the certificate association data to be matched.
    MatchingType int
    The matching type specifies how the certificate association is presented.
    Selector int
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    Usage int
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
    CertAssociationData string
    This specifies the certificate association data to be matched.
    MatchingType int
    The matching type specifies how the certificate association is presented.
    Selector int
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    Usage int
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
    certAssociationData String
    This specifies the certificate association data to be matched.
    matchingType Integer
    The matching type specifies how the certificate association is presented.
    selector Integer
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    usage Integer
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
    certAssociationData string
    This specifies the certificate association data to be matched.
    matchingType number
    The matching type specifies how the certificate association is presented.
    selector number
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    usage number
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
    cert_association_data str
    This specifies the certificate association data to be matched.
    matching_type int
    The matching type specifies how the certificate association is presented.
    selector int
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    usage int
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.
    certAssociationData String
    This specifies the certificate association data to be matched.
    matchingType Number
    The matching type specifies how the certificate association is presented.
    selector Number
    The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.
    usage Number
    The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.

    TxtRecordResponse

    Value List<string>
    The text value of this TXT record.
    Value []string
    The text value of this TXT record.
    value List<String>
    The text value of this TXT record.
    value string[]
    The text value of this TXT record.
    value Sequence[str]
    The text value of this TXT record.
    value List<String>
    The text value of this TXT record.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi