1. Packages
  2. Rootly
  3. API Docs
  4. StatusPageTemplate
Rootly v1.0.1 published on Friday, Jun 2, 2023 by Rootly

rootly.StatusPageTemplate

Explore with Pulumi AI

rootly logo
Rootly v1.0.1 published on Friday, Jun 2, 2023 by Rootly

    Create StatusPageTemplate Resource

    new StatusPageTemplate(name: string, args: StatusPageTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def StatusPageTemplate(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           body: Optional[str] = None,
                           enabled: Optional[bool] = None,
                           position: Optional[int] = None,
                           should_notify_subscribers: Optional[bool] = None,
                           status_page_id: Optional[str] = None,
                           title: Optional[str] = None,
                           update_status: Optional[str] = None)
    @overload
    def StatusPageTemplate(resource_name: str,
                           args: StatusPageTemplateArgs,
                           opts: Optional[ResourceOptions] = None)
    func NewStatusPageTemplate(ctx *Context, name string, args StatusPageTemplateArgs, opts ...ResourceOption) (*StatusPageTemplate, error)
    public StatusPageTemplate(string name, StatusPageTemplateArgs args, CustomResourceOptions? opts = null)
    public StatusPageTemplate(String name, StatusPageTemplateArgs args)
    public StatusPageTemplate(String name, StatusPageTemplateArgs args, CustomResourceOptions options)
    
    type: rootly:StatusPageTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args StatusPageTemplateArgs
    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 StatusPageTemplateArgs
    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 StatusPageTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StatusPageTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StatusPageTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StatusPageTemplate Resource Properties

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

    Inputs

    The StatusPageTemplate resource accepts the following input properties:

    Body string

    Description of the event the template will populate

    Title string

    Title of the template

    Enabled bool
    Position int

    Position of the workflow task

    ShouldNotifySubscribers bool

    Controls if incident subscribers should be notified

    StatusPageId string
    UpdateStatus string

    Status of the event the template will populate

    Body string

    Description of the event the template will populate

    Title string

    Title of the template

    Enabled bool
    Position int

    Position of the workflow task

    ShouldNotifySubscribers bool

    Controls if incident subscribers should be notified

    StatusPageId string
    UpdateStatus string

    Status of the event the template will populate

    body String

    Description of the event the template will populate

    title String

    Title of the template

    enabled Boolean
    position Integer

    Position of the workflow task

    shouldNotifySubscribers Boolean

    Controls if incident subscribers should be notified

    statusPageId String
    updateStatus String

    Status of the event the template will populate

    body string

    Description of the event the template will populate

    title string

    Title of the template

    enabled boolean
    position number

    Position of the workflow task

    shouldNotifySubscribers boolean

    Controls if incident subscribers should be notified

    statusPageId string
    updateStatus string

    Status of the event the template will populate

    body str

    Description of the event the template will populate

    title str

    Title of the template

    enabled bool
    position int

    Position of the workflow task

    should_notify_subscribers bool

    Controls if incident subscribers should be notified

    status_page_id str
    update_status str

    Status of the event the template will populate

    body String

    Description of the event the template will populate

    title String

    Title of the template

    enabled Boolean
    position Number

    Position of the workflow task

    shouldNotifySubscribers Boolean

    Controls if incident subscribers should be notified

    statusPageId String
    updateStatus String

    Status of the event the template will populate

    Outputs

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

    Get an existing StatusPageTemplate 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?: StatusPageTemplateState, opts?: CustomResourceOptions): StatusPageTemplate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            body: Optional[str] = None,
            enabled: Optional[bool] = None,
            position: Optional[int] = None,
            should_notify_subscribers: Optional[bool] = None,
            status_page_id: Optional[str] = None,
            title: Optional[str] = None,
            update_status: Optional[str] = None) -> StatusPageTemplate
    func GetStatusPageTemplate(ctx *Context, name string, id IDInput, state *StatusPageTemplateState, opts ...ResourceOption) (*StatusPageTemplate, error)
    public static StatusPageTemplate Get(string name, Input<string> id, StatusPageTemplateState? state, CustomResourceOptions? opts = null)
    public static StatusPageTemplate get(String name, Output<String> id, StatusPageTemplateState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    Body string

    Description of the event the template will populate

    Enabled bool
    Position int

    Position of the workflow task

    ShouldNotifySubscribers bool

    Controls if incident subscribers should be notified

    StatusPageId string
    Title string

    Title of the template

    UpdateStatus string

    Status of the event the template will populate

    Body string

    Description of the event the template will populate

    Enabled bool
    Position int

    Position of the workflow task

    ShouldNotifySubscribers bool

    Controls if incident subscribers should be notified

    StatusPageId string
    Title string

    Title of the template

    UpdateStatus string

    Status of the event the template will populate

    body String

    Description of the event the template will populate

    enabled Boolean
    position Integer

    Position of the workflow task

    shouldNotifySubscribers Boolean

    Controls if incident subscribers should be notified

    statusPageId String
    title String

    Title of the template

    updateStatus String

    Status of the event the template will populate

    body string

    Description of the event the template will populate

    enabled boolean
    position number

    Position of the workflow task

    shouldNotifySubscribers boolean

    Controls if incident subscribers should be notified

    statusPageId string
    title string

    Title of the template

    updateStatus string

    Status of the event the template will populate

    body str

    Description of the event the template will populate

    enabled bool
    position int

    Position of the workflow task

    should_notify_subscribers bool

    Controls if incident subscribers should be notified

    status_page_id str
    title str

    Title of the template

    update_status str

    Status of the event the template will populate

    body String

    Description of the event the template will populate

    enabled Boolean
    position Number

    Position of the workflow task

    shouldNotifySubscribers Boolean

    Controls if incident subscribers should be notified

    statusPageId String
    title String

    Title of the template

    updateStatus String

    Status of the event the template will populate

    Package Details

    Repository
    rootly rootlyhq/pulumi-rootly
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the rootly Terraform Provider.

    rootly logo
    Rootly v1.0.1 published on Friday, Jun 2, 2023 by Rootly