import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; /** * ## Example Usage * * ## Import * * rootly.Functionality can be imported using the `import` command. * * ```sh * $ pulumi import rootly:index/functionality:Functionality primary a816421c-6ceb-481a-87c4-585e47451f24 * ``` * * Or using an `import` block. * * Locate the resource id in the web app, or retrieve it by listing resources through the API if it's not visible in the web app. * * HCL can be generated from the import block using the `-generate-config-out` flag. * * ```sh * pulumi preview -generate-config-out=generated.tf * ``` */ export declare class Functionality extends pulumi.CustomResource { /** * Get an existing Functionality resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: FunctionalityState, opts?: pulumi.CustomResourceOptions): Functionality; /** * Returns true if the given object is an instance of Functionality. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is Functionality; /** * The Backstage entity id associated to this functionality. eg: :namespace/:kind/:entity_name */ readonly backstageId: pulumi.Output; /** * The hex color of the functionality */ readonly color: pulumi.Output; /** * The Cortex group id associated to this functionality */ readonly cortexId: pulumi.Output; /** * The description of the functionality */ readonly description: pulumi.Output; /** * Environments associated with this functionality */ readonly environmentIds: pulumi.Output; /** * The escalation policy id of the functionality */ readonly escalationPolicyId: pulumi.Output; /** * The external id associated to this functionality */ readonly externalId: pulumi.Output; /** * How this functionality is managed (provenance): web, api, terraform, etc. Read-only.. Value must be one of `web`, `adminWeb`, `api`, `terraform`, `pulumi`, `backstage`, `catalogSync`. */ readonly managedBy: pulumi.Output; /** * The name of the functionality */ readonly name: pulumi.Output; /** * Emails attached to the functionality */ readonly notifyEmails: pulumi.Output; /** * The Opsgenie service id associated to this functionality */ readonly opsgenieId: pulumi.Output; /** * The Opsgenie team id associated to this functionality */ readonly opsgenieTeamId: pulumi.Output; /** * Owner Teams associated with this functionality */ readonly ownerGroupIds: pulumi.Output; /** * Owner Users associated with this functionality */ readonly ownerUserIds: pulumi.Output; /** * The PagerDuty service id associated to this functionality */ readonly pagerdutyId: pulumi.Output; /** * Position of the functionality */ readonly position: pulumi.Output; /** * Array of property values for this functionality. */ readonly properties: pulumi.Output; /** * The status page description of the functionality */ readonly publicDescription: pulumi.Output; /** * Services associated with this functionality */ readonly serviceIds: pulumi.Output; /** * The Service Now CI sys id associated to this functionality */ readonly serviceNowCiSysId: pulumi.Output; /** * Slack Aliases associated with this functionality */ readonly slackAliases: pulumi.Output; /** * Slack Channels associated with this functionality */ readonly slackChannels: pulumi.Output; /** * The slug of the functionality * * @deprecated Deprecated. `slug` is derived from `name`; any submitted value is ignored. This property will be removed from the request schema in a future version. */ readonly slug: pulumi.Output; /** * Create a Functionality resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args?: FunctionalityArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering Functionality resources. */ export interface FunctionalityState { /** * The Backstage entity id associated to this functionality. eg: :namespace/:kind/:entity_name */ backstageId?: pulumi.Input; /** * The hex color of the functionality */ color?: pulumi.Input; /** * The Cortex group id associated to this functionality */ cortexId?: pulumi.Input; /** * The description of the functionality */ description?: pulumi.Input; /** * Environments associated with this functionality */ environmentIds?: pulumi.Input[] | undefined>; /** * The escalation policy id of the functionality */ escalationPolicyId?: pulumi.Input; /** * The external id associated to this functionality */ externalId?: pulumi.Input; /** * How this functionality is managed (provenance): web, api, terraform, etc. Read-only.. Value must be one of `web`, `adminWeb`, `api`, `terraform`, `pulumi`, `backstage`, `catalogSync`. */ managedBy?: pulumi.Input; /** * The name of the functionality */ name?: pulumi.Input; /** * Emails attached to the functionality */ notifyEmails?: pulumi.Input[] | undefined>; /** * The Opsgenie service id associated to this functionality */ opsgenieId?: pulumi.Input; /** * The Opsgenie team id associated to this functionality */ opsgenieTeamId?: pulumi.Input; /** * Owner Teams associated with this functionality */ ownerGroupIds?: pulumi.Input[] | undefined>; /** * Owner Users associated with this functionality */ ownerUserIds?: pulumi.Input[] | undefined>; /** * The PagerDuty service id associated to this functionality */ pagerdutyId?: pulumi.Input; /** * Position of the functionality */ position?: pulumi.Input; /** * Array of property values for this functionality. */ properties?: pulumi.Input[] | undefined>; /** * The status page description of the functionality */ publicDescription?: pulumi.Input; /** * Services associated with this functionality */ serviceIds?: pulumi.Input[] | undefined>; /** * The Service Now CI sys id associated to this functionality */ serviceNowCiSysId?: pulumi.Input; /** * Slack Aliases associated with this functionality */ slackAliases?: pulumi.Input[] | undefined>; /** * Slack Channels associated with this functionality */ slackChannels?: pulumi.Input[] | undefined>; /** * The slug of the functionality * * @deprecated Deprecated. `slug` is derived from `name`; any submitted value is ignored. This property will be removed from the request schema in a future version. */ slug?: pulumi.Input; } /** * The set of arguments for constructing a Functionality resource. */ export interface FunctionalityArgs { /** * The Backstage entity id associated to this functionality. eg: :namespace/:kind/:entity_name */ backstageId?: pulumi.Input; /** * The hex color of the functionality */ color?: pulumi.Input; /** * The Cortex group id associated to this functionality */ cortexId?: pulumi.Input; /** * The description of the functionality */ description?: pulumi.Input; /** * Environments associated with this functionality */ environmentIds?: pulumi.Input[] | undefined>; /** * The escalation policy id of the functionality */ escalationPolicyId?: pulumi.Input; /** * The external id associated to this functionality */ externalId?: pulumi.Input; /** * The name of the functionality */ name?: pulumi.Input; /** * Emails attached to the functionality */ notifyEmails?: pulumi.Input[] | undefined>; /** * The Opsgenie service id associated to this functionality */ opsgenieId?: pulumi.Input; /** * The Opsgenie team id associated to this functionality */ opsgenieTeamId?: pulumi.Input; /** * Owner Teams associated with this functionality */ ownerGroupIds?: pulumi.Input[] | undefined>; /** * Owner Users associated with this functionality */ ownerUserIds?: pulumi.Input[] | undefined>; /** * The PagerDuty service id associated to this functionality */ pagerdutyId?: pulumi.Input; /** * Position of the functionality */ position?: pulumi.Input; /** * Array of property values for this functionality. */ properties?: pulumi.Input[] | undefined>; /** * The status page description of the functionality */ publicDescription?: pulumi.Input; /** * Services associated with this functionality */ serviceIds?: pulumi.Input[] | undefined>; /** * The Service Now CI sys id associated to this functionality */ serviceNowCiSysId?: pulumi.Input; /** * Slack Aliases associated with this functionality */ slackAliases?: pulumi.Input[] | undefined>; /** * Slack Channels associated with this functionality */ slackChannels?: pulumi.Input[] | undefined>; /** * The slug of the functionality * * @deprecated Deprecated. `slug` is derived from `name`; any submitted value is ignored. This property will be removed from the request schema in a future version. */ slug?: pulumi.Input; } //# sourceMappingURL=functionality.d.ts.map