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

constellix.MxRecord

Explore with Pulumi AI

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

    Create MxRecord Resource

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

    Constructor syntax

    new MxRecord(name: string, args: MxRecordArgs, opts?: CustomResourceOptions);
    @overload
    def MxRecord(resource_name: str,
                 args: MxRecordArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def MxRecord(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 domain_id: Optional[str] = None,
                 roundrobins: Optional[Sequence[MxRecordRoundrobinArgs]] = None,
                 source_type: Optional[str] = None,
                 ttl: Optional[float] = None,
                 gtd_region: Optional[float] = None,
                 mx_record_id: Optional[str] = None,
                 name: Optional[str] = None,
                 noanswer: Optional[bool] = None,
                 note: Optional[str] = None,
                 type: Optional[str] = None)
    func NewMxRecord(ctx *Context, name string, args MxRecordArgs, opts ...ResourceOption) (*MxRecord, error)
    public MxRecord(string name, MxRecordArgs args, CustomResourceOptions? opts = null)
    public MxRecord(String name, MxRecordArgs args)
    public MxRecord(String name, MxRecordArgs args, CustomResourceOptions options)
    
    type: constellix:MxRecord
    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 MxRecordArgs
    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 MxRecordArgs
    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 MxRecordArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MxRecordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MxRecordArgs
    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 mxRecordResource = new Constellix.MxRecord("mxRecordResource", new()
    {
        DomainId = "string",
        Roundrobins = new[]
        {
            new Constellix.Inputs.MxRecordRoundrobinArgs
            {
                Level = "string",
                Value = "string",
                DisableFlag = "string",
            },
        },
        SourceType = "string",
        Ttl = 0,
        GtdRegion = 0,
        MxRecordId = "string",
        Name = "string",
        Noanswer = false,
        Note = "string",
        Type = "string",
    });
    
    example, err := constellix.NewMxRecord(ctx, "mxRecordResource", &constellix.MxRecordArgs{
    DomainId: pulumi.String("string"),
    Roundrobins: .MxRecordRoundrobinArray{
    &.MxRecordRoundrobinArgs{
    Level: pulumi.String("string"),
    Value: pulumi.String("string"),
    DisableFlag: pulumi.String("string"),
    },
    },
    SourceType: pulumi.String("string"),
    Ttl: pulumi.Float64(0),
    GtdRegion: pulumi.Float64(0),
    MxRecordId: pulumi.String("string"),
    Name: pulumi.String("string"),
    Noanswer: pulumi.Bool(false),
    Note: pulumi.String("string"),
    Type: pulumi.String("string"),
    })
    
    var mxRecordResource = new MxRecord("mxRecordResource", MxRecordArgs.builder()
        .domainId("string")
        .roundrobins(MxRecordRoundrobinArgs.builder()
            .level("string")
            .value("string")
            .disableFlag("string")
            .build())
        .sourceType("string")
        .ttl(0)
        .gtdRegion(0)
        .mxRecordId("string")
        .name("string")
        .noanswer(false)
        .note("string")
        .type("string")
        .build());
    
    mx_record_resource = constellix.MxRecord("mxRecordResource",
        domain_id="string",
        roundrobins=[{
            "level": "string",
            "value": "string",
            "disable_flag": "string",
        }],
        source_type="string",
        ttl=0,
        gtd_region=0,
        mx_record_id="string",
        name="string",
        noanswer=False,
        note="string",
        type="string")
    
    const mxRecordResource = new constellix.MxRecord("mxRecordResource", {
        domainId: "string",
        roundrobins: [{
            level: "string",
            value: "string",
            disableFlag: "string",
        }],
        sourceType: "string",
        ttl: 0,
        gtdRegion: 0,
        mxRecordId: "string",
        name: "string",
        noanswer: false,
        note: "string",
        type: "string",
    });
    
    type: constellix:MxRecord
    properties:
        domainId: string
        gtdRegion: 0
        mxRecordId: string
        name: string
        noanswer: false
        note: string
        roundrobins:
            - disableFlag: string
              level: string
              value: string
        sourceType: string
        ttl: 0
        type: string
    

    MxRecord 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 MxRecord resource accepts the following input properties:

    DomainId string
    Roundrobins []MxRecordRoundrobinArgs
    SourceType string
    Ttl float64
    GtdRegion float64
    MxRecordId string
    Name string
    Noanswer bool
    Note string
    Type string
    domainId String
    roundrobins List<MxRecordRoundrobin>
    sourceType String
    ttl Double
    gtdRegion Double
    mxRecordId String
    name String
    noanswer Boolean
    note String
    type String
    domainId string
    roundrobins MxRecordRoundrobin[]
    sourceType string
    ttl number
    gtdRegion number
    mxRecordId string
    name string
    noanswer boolean
    note string
    type string
    domainId String
    roundrobins List<Property Map>
    sourceType String
    ttl Number
    gtdRegion Number
    mxRecordId String
    name String
    noanswer Boolean
    note String
    type String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MxRecord 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 MxRecord Resource

    Get an existing MxRecord 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?: MxRecordState, opts?: CustomResourceOptions): MxRecord
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            domain_id: Optional[str] = None,
            gtd_region: Optional[float] = None,
            mx_record_id: Optional[str] = None,
            name: Optional[str] = None,
            noanswer: Optional[bool] = None,
            note: Optional[str] = None,
            roundrobins: Optional[Sequence[MxRecordRoundrobinArgs]] = None,
            source_type: Optional[str] = None,
            ttl: Optional[float] = None,
            type: Optional[str] = None) -> MxRecord
    func GetMxRecord(ctx *Context, name string, id IDInput, state *MxRecordState, opts ...ResourceOption) (*MxRecord, error)
    public static MxRecord Get(string name, Input<string> id, MxRecordState? state, CustomResourceOptions? opts = null)
    public static MxRecord get(String name, Output<String> id, MxRecordState state, CustomResourceOptions options)
    resources:  _:    type: constellix:MxRecord    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:
    DomainId string
    GtdRegion float64
    MxRecordId string
    Name string
    Noanswer bool
    Note string
    Roundrobins []MxRecordRoundrobinArgs
    SourceType string
    Ttl float64
    Type string
    domainId String
    gtdRegion Double
    mxRecordId String
    name String
    noanswer Boolean
    note String
    roundrobins List<MxRecordRoundrobin>
    sourceType String
    ttl Double
    type String
    domainId string
    gtdRegion number
    mxRecordId string
    name string
    noanswer boolean
    note string
    roundrobins MxRecordRoundrobin[]
    sourceType string
    ttl number
    type string
    domainId String
    gtdRegion Number
    mxRecordId String
    name String
    noanswer Boolean
    note String
    roundrobins List<Property Map>
    sourceType String
    ttl Number
    type String

    Supporting Types

    MxRecordRoundrobin, MxRecordRoundrobinArgs

    Level string
    Value string
    DisableFlag string
    Level string
    Value string
    DisableFlag string
    level String
    value String
    disableFlag String
    level string
    value string
    disableFlag string
    level String
    value String
    disableFlag String

    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