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

constellix.Template

Explore with Pulumi AI

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

    Create Template Resource

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

    Constructor syntax

    new Template(name: string, args?: TemplateArgs, opts?: CustomResourceOptions);
    @overload
    def Template(resource_name: str,
                 args: Optional[TemplateArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Template(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 domain: Optional[float] = None,
                 has_geoip: Optional[bool] = None,
                 has_gtd_regions: Optional[bool] = None,
                 name: Optional[str] = None,
                 template_id: Optional[str] = None,
                 version: Optional[float] = None)
    func NewTemplate(ctx *Context, name string, args *TemplateArgs, opts ...ResourceOption) (*Template, error)
    public Template(string name, TemplateArgs? args = null, CustomResourceOptions? opts = null)
    public Template(String name, TemplateArgs args)
    public Template(String name, TemplateArgs args, CustomResourceOptions options)
    
    type: constellix:Template
    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 TemplateArgs
    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 TemplateArgs
    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 TemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TemplateArgs
    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 templateResource = new Constellix.Template("templateResource", new()
    {
        Domain = 0,
        HasGeoip = false,
        HasGtdRegions = false,
        Name = "string",
        TemplateId = "string",
        Version = 0,
    });
    
    example, err := constellix.NewTemplate(ctx, "templateResource", &constellix.TemplateArgs{
    Domain: pulumi.Float64(0),
    HasGeoip: pulumi.Bool(false),
    HasGtdRegions: pulumi.Bool(false),
    Name: pulumi.String("string"),
    TemplateId: pulumi.String("string"),
    Version: pulumi.Float64(0),
    })
    
    var templateResource = new Template("templateResource", TemplateArgs.builder()
        .domain(0)
        .hasGeoip(false)
        .hasGtdRegions(false)
        .name("string")
        .templateId("string")
        .version(0)
        .build());
    
    template_resource = constellix.Template("templateResource",
        domain=0,
        has_geoip=False,
        has_gtd_regions=False,
        name="string",
        template_id="string",
        version=0)
    
    const templateResource = new constellix.Template("templateResource", {
        domain: 0,
        hasGeoip: false,
        hasGtdRegions: false,
        name: "string",
        templateId: "string",
        version: 0,
    });
    
    type: constellix:Template
    properties:
        domain: 0
        hasGeoip: false
        hasGtdRegions: false
        name: string
        templateId: string
        version: 0
    

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

    Domain double
    HasGeoip bool
    HasGtdRegions bool
    Name string
    TemplateId string
    The constellix calculated id of the template resource.
    Version double
    Domain float64
    HasGeoip bool
    HasGtdRegions bool
    Name string
    TemplateId string
    The constellix calculated id of the template resource.
    Version float64
    domain Double
    hasGeoip Boolean
    hasGtdRegions Boolean
    name String
    templateId String
    The constellix calculated id of the template resource.
    version Double
    domain number
    hasGeoip boolean
    hasGtdRegions boolean
    name string
    templateId string
    The constellix calculated id of the template resource.
    version number
    domain float
    has_geoip bool
    has_gtd_regions bool
    name str
    template_id str
    The constellix calculated id of the template resource.
    version float
    domain Number
    hasGeoip Boolean
    hasGtdRegions Boolean
    name String
    templateId String
    The constellix calculated id of the template resource.
    version Number

    Outputs

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

    Get an existing Template 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?: TemplateState, opts?: CustomResourceOptions): Template
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            domain: Optional[float] = None,
            has_geoip: Optional[bool] = None,
            has_gtd_regions: Optional[bool] = None,
            name: Optional[str] = None,
            template_id: Optional[str] = None,
            version: Optional[float] = None) -> Template
    func GetTemplate(ctx *Context, name string, id IDInput, state *TemplateState, opts ...ResourceOption) (*Template, error)
    public static Template Get(string name, Input<string> id, TemplateState? state, CustomResourceOptions? opts = null)
    public static Template get(String name, Output<String> id, TemplateState state, CustomResourceOptions options)
    resources:  _:    type: constellix:Template    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:
    Domain double
    HasGeoip bool
    HasGtdRegions bool
    Name string
    TemplateId string
    The constellix calculated id of the template resource.
    Version double
    Domain float64
    HasGeoip bool
    HasGtdRegions bool
    Name string
    TemplateId string
    The constellix calculated id of the template resource.
    Version float64
    domain Double
    hasGeoip Boolean
    hasGtdRegions Boolean
    name String
    templateId String
    The constellix calculated id of the template resource.
    version Double
    domain number
    hasGeoip boolean
    hasGtdRegions boolean
    name string
    templateId string
    The constellix calculated id of the template resource.
    version number
    domain float
    has_geoip bool
    has_gtd_regions bool
    name str
    template_id str
    The constellix calculated id of the template resource.
    version float
    domain Number
    hasGeoip Boolean
    hasGtdRegions Boolean
    name String
    templateId String
    The constellix calculated id of the template resource.
    version 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