1. Packages
  2. Constellix Provider
  3. API Docs
  4. getCertRecord
constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix

constellix.getCertRecord

Explore with Pulumi AI

Data source for records of type CERT for a specific domain.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as constellix from "@pulumi/constellix";

const firstrecord = constellix.getCertRecord({
    domainId: constellix_domain.first_domain.id,
    name: "firstrecord",
    sourceType: "domains",
});
Copy
import pulumi
import pulumi_constellix as constellix

firstrecord = constellix.get_cert_record(domain_id=constellix_domain["first_domain"]["id"],
    name="firstrecord",
    source_type="domains")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/constellix/constellix"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := constellix.LookupCertRecord(ctx, &constellix.LookupCertRecordArgs{
			DomainId:   constellix_domain.First_domain.Id,
			Name:       "firstrecord",
			SourceType: "domains",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Constellix = Pulumi.Constellix;

return await Deployment.RunAsync(() => 
{
    var firstrecord = Constellix.GetCertRecord.Invoke(new()
    {
        DomainId = constellix_domain.First_domain.Id,
        Name = "firstrecord",
        SourceType = "domains",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.constellix.ConstellixFunctions;
import com.pulumi.constellix.inputs.GetCertRecordArgs;
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 firstrecord = ConstellixFunctions.getCertRecord(GetCertRecordArgs.builder()
            .domainId(constellix_domain.first_domain().id())
            .name("firstrecord")
            .sourceType("domains")
            .build());

    }
}
Copy
variables:
  firstrecord:
    fn::invoke:
      function: constellix:getCertRecord
      arguments:
        domainId: ${constellix_domain.first_domain.id}
        name: firstrecord
        sourceType: domains
Copy

Attribute Reference

  • ttl - (Optional) TTL must be in between 0 and 2147483647.
  • noanswer - (Optional) Shows if record is enabled or disabled. Default is false (Active).
  • note - (Optional)Record note.
  • gtd_region - (Optional) Shows id of GTD region in which record is to be created.
  • roundrobin - (Optional) Object.
  • roundrobin.certificate_type - (Optional) certificateType 0 - 65,535
  • roundrobin.key_tag - (Optional) 0 - 65,535
  • roundrobin.disable_flag - (Optional) disable flag. Default is false
  • roundrobin.certificate - (Optional) certificate.
  • roundrobin.algorithm - (Optional) 0-255.
  • type - (Optional) Record type CERT.

Using getCertRecord

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 getCertRecord(args: GetCertRecordArgs, opts?: InvokeOptions): Promise<GetCertRecordResult>
function getCertRecordOutput(args: GetCertRecordOutputArgs, opts?: InvokeOptions): Output<GetCertRecordResult>
Copy
def get_cert_record(domain_id: Optional[str] = None,
                    gtd_region: Optional[float] = None,
                    id: Optional[str] = None,
                    name: Optional[str] = None,
                    noanswer: Optional[bool] = None,
                    note: Optional[str] = None,
                    parent: Optional[str] = None,
                    parentid: Optional[float] = None,
                    roundrobins: Optional[Sequence[GetCertRecordRoundrobin]] = None,
                    source: Optional[str] = None,
                    source_type: Optional[str] = None,
                    ttl: Optional[float] = None,
                    type: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCertRecordResult
def get_cert_record_output(domain_id: Optional[pulumi.Input[str]] = None,
                    gtd_region: Optional[pulumi.Input[float]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    noanswer: Optional[pulumi.Input[bool]] = None,
                    note: Optional[pulumi.Input[str]] = None,
                    parent: Optional[pulumi.Input[str]] = None,
                    parentid: Optional[pulumi.Input[float]] = None,
                    roundrobins: Optional[pulumi.Input[Sequence[pulumi.Input[GetCertRecordRoundrobinArgs]]]] = None,
                    source: Optional[pulumi.Input[str]] = None,
                    source_type: Optional[pulumi.Input[str]] = None,
                    ttl: Optional[pulumi.Input[float]] = None,
                    type: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCertRecordResult]
Copy
func LookupCertRecord(ctx *Context, args *LookupCertRecordArgs, opts ...InvokeOption) (*LookupCertRecordResult, error)
func LookupCertRecordOutput(ctx *Context, args *LookupCertRecordOutputArgs, opts ...InvokeOption) LookupCertRecordResultOutput
Copy

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

public static class GetCertRecord 
{
    public static Task<GetCertRecordResult> InvokeAsync(GetCertRecordArgs args, InvokeOptions? opts = null)
    public static Output<GetCertRecordResult> Invoke(GetCertRecordInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCertRecordResult> getCertRecord(GetCertRecordArgs args, InvokeOptions options)
public static Output<GetCertRecordResult> getCertRecord(GetCertRecordArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: constellix:index/getCertRecord:getCertRecord
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DomainId This property is required. string
Domain id of the CERT record.
Name This property is required. string
Name of record. Name should be unique.
SourceType This property is required. string
Type of the CERT record. The values which can be applied are "domains" or "templates".
GtdRegion double
Id string
Noanswer bool
Note string
Parent string
Parentid double
Roundrobins List<GetCertRecordRoundrobin>
Source string
Ttl double
Type string
DomainId This property is required. string
Domain id of the CERT record.
Name This property is required. string
Name of record. Name should be unique.
SourceType This property is required. string
Type of the CERT record. The values which can be applied are "domains" or "templates".
GtdRegion float64
Id string
Noanswer bool
Note string
Parent string
Parentid float64
Roundrobins []GetCertRecordRoundrobin
Source string
Ttl float64
Type string
domainId This property is required. String
Domain id of the CERT record.
name This property is required. String
Name of record. Name should be unique.
sourceType This property is required. String
Type of the CERT record. The values which can be applied are "domains" or "templates".
gtdRegion Double
id String
noanswer Boolean
note String
parent String
parentid Double
roundrobins List<GetCertRecordRoundrobin>
source String
ttl Double
type String
domainId This property is required. string
Domain id of the CERT record.
name This property is required. string
Name of record. Name should be unique.
sourceType This property is required. string
Type of the CERT record. The values which can be applied are "domains" or "templates".
gtdRegion number
id string
noanswer boolean
note string
parent string
parentid number
roundrobins GetCertRecordRoundrobin[]
source string
ttl number
type string
domain_id This property is required. str
Domain id of the CERT record.
name This property is required. str
Name of record. Name should be unique.
source_type This property is required. str
Type of the CERT record. The values which can be applied are "domains" or "templates".
gtd_region float
id str
noanswer bool
note str
parent str
parentid float
roundrobins Sequence[GetCertRecordRoundrobin]
source str
ttl float
type str
domainId This property is required. String
Domain id of the CERT record.
name This property is required. String
Name of record. Name should be unique.
sourceType This property is required. String
Type of the CERT record. The values which can be applied are "domains" or "templates".
gtdRegion Number
id String
noanswer Boolean
note String
parent String
parentid Number
roundrobins List<Property Map>
source String
ttl Number
type String

getCertRecord Result

The following output properties are available:

DomainId string
GtdRegion double
Id string
Name string
Noanswer bool
Note string
Parent string
Parentid double
Source string
SourceType string
Ttl double
Type string
Roundrobins List<GetCertRecordRoundrobin>
DomainId string
GtdRegion float64
Id string
Name string
Noanswer bool
Note string
Parent string
Parentid float64
Source string
SourceType string
Ttl float64
Type string
Roundrobins []GetCertRecordRoundrobin
domainId String
gtdRegion Double
id String
name String
noanswer Boolean
note String
parent String
parentid Double
source String
sourceType String
ttl Double
type String
roundrobins List<GetCertRecordRoundrobin>
domainId string
gtdRegion number
id string
name string
noanswer boolean
note string
parent string
parentid number
source string
sourceType string
ttl number
type string
roundrobins GetCertRecordRoundrobin[]
domainId String
gtdRegion Number
id String
name String
noanswer Boolean
note String
parent String
parentid Number
source String
sourceType String
ttl Number
type String
roundrobins List<Property Map>

Supporting Types

GetCertRecordRoundrobin

Algorithm This property is required. double
Certificate This property is required. string
CertificateType This property is required. double
DisableFlag This property is required. bool
Keytag This property is required. double
Algorithm This property is required. float64
Certificate This property is required. string
CertificateType This property is required. float64
DisableFlag This property is required. bool
Keytag This property is required. float64
algorithm This property is required. Double
certificate This property is required. String
certificateType This property is required. Double
disableFlag This property is required. Boolean
keytag This property is required. Double
algorithm This property is required. number
certificate This property is required. string
certificateType This property is required. number
disableFlag This property is required. boolean
keytag This property is required. number
algorithm This property is required. float
certificate This property is required. str
certificate_type This property is required. float
disable_flag This property is required. bool
keytag This property is required. float
algorithm This property is required. Number
certificate This property is required. String
certificateType This property is required. Number
disableFlag This property is required. Boolean
keytag This property is required. Number

Package Details

Repository
constellix constellix/terraform-provider-constellix
License
Notes
This Pulumi package is based on the constellix Terraform Provider.