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

constellix.CnameRecord

Explore with Pulumi AI

constellix logo
constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix

    Create CnameRecord Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CnameRecord(name: string, args: CnameRecordArgs, opts?: CustomResourceOptions);
    @overload
    def CnameRecord(resource_name: str,
                    args: CnameRecordArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def CnameRecord(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    source_type: Optional[str] = None,
                    ttl: Optional[float] = None,
                    domain_id: Optional[str] = None,
                    note: Optional[str] = None,
                    record_failover_disable_flag: Optional[str] = None,
                    host: Optional[str] = None,
                    name: Optional[str] = None,
                    noanswer: Optional[bool] = None,
                    cname_record_id: Optional[str] = None,
                    pools: Optional[Sequence[float]] = None,
                    gtd_region: Optional[float] = None,
                    record_failover_failover_type: Optional[str] = None,
                    record_failover_values: Optional[Sequence[CnameRecordRecordFailoverValueArgs]] = None,
                    record_option: Optional[str] = None,
                    geo_location: Optional[Mapping[str, str]] = None,
                    contact_ids: Optional[Sequence[float]] = None,
                    type: Optional[str] = None)
    func NewCnameRecord(ctx *Context, name string, args CnameRecordArgs, opts ...ResourceOption) (*CnameRecord, error)
    public CnameRecord(string name, CnameRecordArgs args, CustomResourceOptions? opts = null)
    public CnameRecord(String name, CnameRecordArgs args)
    public CnameRecord(String name, CnameRecordArgs args, CustomResourceOptions options)
    
    type: constellix:CnameRecord
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CnameRecordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CnameRecordArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CnameRecordArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CnameRecordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CnameRecordArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cnameRecordResource = new Constellix.CnameRecord("cnameRecordResource", new()
    {
        SourceType = "string",
        Ttl = 0,
        DomainId = "string",
        Note = "string",
        RecordFailoverDisableFlag = "string",
        Host = "string",
        Name = "string",
        Noanswer = false,
        CnameRecordId = "string",
        Pools = new[]
        {
            0,
        },
        GtdRegion = 0,
        RecordFailoverFailoverType = "string",
        RecordFailoverValues = new[]
        {
            new Constellix.Inputs.CnameRecordRecordFailoverValueArgs
            {
                DisableFlag = "string",
                SortOrder = "string",
                Value = "string",
                CheckId = 0,
            },
        },
        RecordOption = "string",
        GeoLocation = 
        {
            { "string", "string" },
        },
        ContactIds = new[]
        {
            0,
        },
        Type = "string",
    });
    
    example, err := constellix.NewCnameRecord(ctx, "cnameRecordResource", &constellix.CnameRecordArgs{
    SourceType: pulumi.String("string"),
    Ttl: pulumi.Float64(0),
    DomainId: pulumi.String("string"),
    Note: pulumi.String("string"),
    RecordFailoverDisableFlag: pulumi.String("string"),
    Host: pulumi.String("string"),
    Name: pulumi.String("string"),
    Noanswer: pulumi.Bool(false),
    CnameRecordId: pulumi.String("string"),
    Pools: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    GtdRegion: pulumi.Float64(0),
    RecordFailoverFailoverType: pulumi.String("string"),
    RecordFailoverValues: .CnameRecordRecordFailoverValueArray{
    &.CnameRecordRecordFailoverValueArgs{
    DisableFlag: pulumi.String("string"),
    SortOrder: pulumi.String("string"),
    Value: pulumi.String("string"),
    CheckId: pulumi.Float64(0),
    },
    },
    RecordOption: pulumi.String("string"),
    GeoLocation: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    ContactIds: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    Type: pulumi.String("string"),
    })
    
    var cnameRecordResource = new CnameRecord("cnameRecordResource", CnameRecordArgs.builder()
        .sourceType("string")
        .ttl(0)
        .domainId("string")
        .note("string")
        .recordFailoverDisableFlag("string")
        .host("string")
        .name("string")
        .noanswer(false)
        .cnameRecordId("string")
        .pools(0)
        .gtdRegion(0)
        .recordFailoverFailoverType("string")
        .recordFailoverValues(CnameRecordRecordFailoverValueArgs.builder()
            .disableFlag("string")
            .sortOrder("string")
            .value("string")
            .checkId(0)
            .build())
        .recordOption("string")
        .geoLocation(Map.of("string", "string"))
        .contactIds(0)
        .type("string")
        .build());
    
    cname_record_resource = constellix.CnameRecord("cnameRecordResource",
        source_type="string",
        ttl=0,
        domain_id="string",
        note="string",
        record_failover_disable_flag="string",
        host="string",
        name="string",
        noanswer=False,
        cname_record_id="string",
        pools=[0],
        gtd_region=0,
        record_failover_failover_type="string",
        record_failover_values=[{
            "disable_flag": "string",
            "sort_order": "string",
            "value": "string",
            "check_id": 0,
        }],
        record_option="string",
        geo_location={
            "string": "string",
        },
        contact_ids=[0],
        type="string")
    
    const cnameRecordResource = new constellix.CnameRecord("cnameRecordResource", {
        sourceType: "string",
        ttl: 0,
        domainId: "string",
        note: "string",
        recordFailoverDisableFlag: "string",
        host: "string",
        name: "string",
        noanswer: false,
        cnameRecordId: "string",
        pools: [0],
        gtdRegion: 0,
        recordFailoverFailoverType: "string",
        recordFailoverValues: [{
            disableFlag: "string",
            sortOrder: "string",
            value: "string",
            checkId: 0,
        }],
        recordOption: "string",
        geoLocation: {
            string: "string",
        },
        contactIds: [0],
        type: "string",
    });
    
    type: constellix:CnameRecord
    properties:
        cnameRecordId: string
        contactIds:
            - 0
        domainId: string
        geoLocation:
            string: string
        gtdRegion: 0
        host: string
        name: string
        noanswer: false
        note: string
        pools:
            - 0
        recordFailoverDisableFlag: string
        recordFailoverFailoverType: string
        recordFailoverValues:
            - checkId: 0
              disableFlag: string
              sortOrder: string
              value: string
        recordOption: string
        sourceType: string
        ttl: 0
        type: string
    

    CnameRecord Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CnameRecord resource accepts the following input properties:

    DomainId string
    SourceType string
    Ttl double
    CnameRecordId string
    The constellix calculated id of the CNAME resource.
    ContactIds List<double>
    GeoLocation Dictionary<string, string>
    GtdRegion double
    Host string
    Name string
    Noanswer bool
    Note string
    Pools List<double>
    RecordFailoverDisableFlag string
    RecordFailoverFailoverType string
    RecordFailoverValues List<CnameRecordRecordFailoverValue>
    RecordOption string
    Type string
    DomainId string
    SourceType string
    Ttl float64
    CnameRecordId string
    The constellix calculated id of the CNAME resource.
    ContactIds []float64
    GeoLocation map[string]string
    GtdRegion float64
    Host string
    Name string
    Noanswer bool
    Note string
    Pools []float64
    RecordFailoverDisableFlag string
    RecordFailoverFailoverType string
    RecordFailoverValues []CnameRecordRecordFailoverValueArgs
    RecordOption string
    Type string
    domainId String
    sourceType String
    ttl Double
    cnameRecordId String
    The constellix calculated id of the CNAME resource.
    contactIds List<Double>
    geoLocation Map<String,String>
    gtdRegion Double
    host String
    name String
    noanswer Boolean
    note String
    pools List<Double>
    recordFailoverDisableFlag String
    recordFailoverFailoverType String
    recordFailoverValues List<CnameRecordRecordFailoverValue>
    recordOption String
    type String
    domainId string
    sourceType string
    ttl number
    cnameRecordId string
    The constellix calculated id of the CNAME resource.
    contactIds number[]
    geoLocation {[key: string]: string}
    gtdRegion number
    host string
    name string
    noanswer boolean
    note string
    pools number[]
    recordFailoverDisableFlag string
    recordFailoverFailoverType string
    recordFailoverValues CnameRecordRecordFailoverValue[]
    recordOption string
    type string
    domain_id str
    source_type str
    ttl float
    cname_record_id str
    The constellix calculated id of the CNAME resource.
    contact_ids Sequence[float]
    geo_location Mapping[str, str]
    gtd_region float
    host str
    name str
    noanswer bool
    note str
    pools Sequence[float]
    record_failover_disable_flag str
    record_failover_failover_type str
    record_failover_values Sequence[CnameRecordRecordFailoverValueArgs]
    record_option str
    type str
    domainId String
    sourceType String
    ttl Number
    cnameRecordId String
    The constellix calculated id of the CNAME resource.
    contactIds List<Number>
    geoLocation Map<String>
    gtdRegion Number
    host String
    name String
    noanswer Boolean
    note String
    pools List<Number>
    recordFailoverDisableFlag String
    recordFailoverFailoverType String
    recordFailoverValues List<Property Map>
    recordOption String
    type String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CnameRecord resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing CnameRecord Resource

    Get an existing CnameRecord resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CnameRecordState, opts?: CustomResourceOptions): CnameRecord
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cname_record_id: Optional[str] = None,
            contact_ids: Optional[Sequence[float]] = None,
            domain_id: Optional[str] = None,
            geo_location: Optional[Mapping[str, str]] = None,
            gtd_region: Optional[float] = None,
            host: Optional[str] = None,
            name: Optional[str] = None,
            noanswer: Optional[bool] = None,
            note: Optional[str] = None,
            pools: Optional[Sequence[float]] = None,
            record_failover_disable_flag: Optional[str] = None,
            record_failover_failover_type: Optional[str] = None,
            record_failover_values: Optional[Sequence[CnameRecordRecordFailoverValueArgs]] = None,
            record_option: Optional[str] = None,
            source_type: Optional[str] = None,
            ttl: Optional[float] = None,
            type: Optional[str] = None) -> CnameRecord
    func GetCnameRecord(ctx *Context, name string, id IDInput, state *CnameRecordState, opts ...ResourceOption) (*CnameRecord, error)
    public static CnameRecord Get(string name, Input<string> id, CnameRecordState? state, CustomResourceOptions? opts = null)
    public static CnameRecord get(String name, Output<String> id, CnameRecordState state, CustomResourceOptions options)
    resources:  _:    type: constellix:CnameRecord    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CnameRecordId string
    The constellix calculated id of the CNAME resource.
    ContactIds List<double>
    DomainId string
    GeoLocation Dictionary<string, string>
    GtdRegion double
    Host string
    Name string
    Noanswer bool
    Note string
    Pools List<double>
    RecordFailoverDisableFlag string
    RecordFailoverFailoverType string
    RecordFailoverValues List<CnameRecordRecordFailoverValue>
    RecordOption string
    SourceType string
    Ttl double
    Type string
    CnameRecordId string
    The constellix calculated id of the CNAME resource.
    ContactIds []float64
    DomainId string
    GeoLocation map[string]string
    GtdRegion float64
    Host string
    Name string
    Noanswer bool
    Note string
    Pools []float64
    RecordFailoverDisableFlag string
    RecordFailoverFailoverType string
    RecordFailoverValues []CnameRecordRecordFailoverValueArgs
    RecordOption string
    SourceType string
    Ttl float64
    Type string
    cnameRecordId String
    The constellix calculated id of the CNAME resource.
    contactIds List<Double>
    domainId String
    geoLocation Map<String,String>
    gtdRegion Double
    host String
    name String
    noanswer Boolean
    note String
    pools List<Double>
    recordFailoverDisableFlag String
    recordFailoverFailoverType String
    recordFailoverValues List<CnameRecordRecordFailoverValue>
    recordOption String
    sourceType String
    ttl Double
    type String
    cnameRecordId string
    The constellix calculated id of the CNAME resource.
    contactIds number[]
    domainId string
    geoLocation {[key: string]: string}
    gtdRegion number
    host string
    name string
    noanswer boolean
    note string
    pools number[]
    recordFailoverDisableFlag string
    recordFailoverFailoverType string
    recordFailoverValues CnameRecordRecordFailoverValue[]
    recordOption string
    sourceType string
    ttl number
    type string
    cname_record_id str
    The constellix calculated id of the CNAME resource.
    contact_ids Sequence[float]
    domain_id str
    geo_location Mapping[str, str]
    gtd_region float
    host str
    name str
    noanswer bool
    note str
    pools Sequence[float]
    record_failover_disable_flag str
    record_failover_failover_type str
    record_failover_values Sequence[CnameRecordRecordFailoverValueArgs]
    record_option str
    source_type str
    ttl float
    type str
    cnameRecordId String
    The constellix calculated id of the CNAME resource.
    contactIds List<Number>
    domainId String
    geoLocation Map<String>
    gtdRegion Number
    host String
    name String
    noanswer Boolean
    note String
    pools List<Number>
    recordFailoverDisableFlag String
    recordFailoverFailoverType String
    recordFailoverValues List<Property Map>
    recordOption String
    sourceType String
    ttl Number
    type String

    Supporting Types

    CnameRecordRecordFailoverValue, CnameRecordRecordFailoverValueArgs

    DisableFlag string
    SortOrder string
    Value string
    CheckId double
    DisableFlag string
    SortOrder string
    Value string
    CheckId float64
    disableFlag String
    sortOrder String
    value String
    checkId Double
    disableFlag string
    sortOrder string
    value string
    checkId number
    disableFlag String
    sortOrder String
    value String
    checkId Number

    Package Details

    Repository
    constellix constellix/terraform-provider-constellix
    License
    Notes
    This Pulumi package is based on the constellix Terraform Provider.
    constellix logo
    constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix