dynatrace.TrrelloNotification

Create TrrelloNotification Resource

new TrrelloNotification(name: string, args: TrrelloNotificationArgs, opts?: CustomResourceOptions);
@overload
def TrrelloNotification(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        active: Optional[bool] = None,
                        application_key: Optional[str] = None,
                        authorization_token: Optional[str] = None,
                        board_id: Optional[str] = None,
                        description: Optional[str] = None,
                        list_id: Optional[str] = None,
                        name: Optional[str] = None,
                        profile: Optional[str] = None,
                        resolved_list_id: Optional[str] = None,
                        text: Optional[str] = None)
@overload
def TrrelloNotification(resource_name: str,
                        args: TrrelloNotificationArgs,
                        opts: Optional[ResourceOptions] = None)
func NewTrrelloNotification(ctx *Context, name string, args TrrelloNotificationArgs, opts ...ResourceOption) (*TrrelloNotification, error)
public TrrelloNotification(string name, TrrelloNotificationArgs args, CustomResourceOptions? opts = null)
public TrrelloNotification(String name, TrrelloNotificationArgs args)
public TrrelloNotification(String name, TrrelloNotificationArgs args, CustomResourceOptions options)
type: dynatrace:TrrelloNotification
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args TrrelloNotificationArgs
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 TrrelloNotificationArgs
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 TrrelloNotificationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args TrrelloNotificationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args TrrelloNotificationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Active bool

The configuration is enabled (true) or disabled (false)

ApplicationKey string

The application key for the Trello account

BoardId string

The Trello board to which the card should be assigned

Description string

The description of the Trello card. You can use same placeholders as in card text

ListId string

The Trello list to which the card should be assigned

Profile string

The ID of the associated alerting profile

ResolvedListId string

The Trello list to which the card of the resolved problem should be assigned

Text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

AuthorizationToken string

The application token for the Trello account

Name string

The name of the notification configuration

Active bool

The configuration is enabled (true) or disabled (false)

ApplicationKey string

The application key for the Trello account

BoardId string

The Trello board to which the card should be assigned

Description string

The description of the Trello card. You can use same placeholders as in card text

ListId string

The Trello list to which the card should be assigned

Profile string

The ID of the associated alerting profile

ResolvedListId string

The Trello list to which the card of the resolved problem should be assigned

Text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

AuthorizationToken string

The application token for the Trello account

Name string

The name of the notification configuration

active Boolean

The configuration is enabled (true) or disabled (false)

applicationKey String

The application key for the Trello account

boardId String

The Trello board to which the card should be assigned

description String

The description of the Trello card. You can use same placeholders as in card text

listId String

The Trello list to which the card should be assigned

profile String

The ID of the associated alerting profile

resolvedListId String

The Trello list to which the card of the resolved problem should be assigned

text String

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

authorizationToken String

The application token for the Trello account

name String

The name of the notification configuration

active boolean

The configuration is enabled (true) or disabled (false)

applicationKey string

The application key for the Trello account

boardId string

The Trello board to which the card should be assigned

description string

The description of the Trello card. You can use same placeholders as in card text

listId string

The Trello list to which the card should be assigned

profile string

The ID of the associated alerting profile

resolvedListId string

The Trello list to which the card of the resolved problem should be assigned

text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

authorizationToken string

The application token for the Trello account

name string

The name of the notification configuration

active bool

The configuration is enabled (true) or disabled (false)

application_key str

The application key for the Trello account

board_id str

The Trello board to which the card should be assigned

description str

The description of the Trello card. You can use same placeholders as in card text

list_id str

The Trello list to which the card should be assigned

profile str

The ID of the associated alerting profile

resolved_list_id str

The Trello list to which the card of the resolved problem should be assigned

text str

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

authorization_token str

The application token for the Trello account

name str

The name of the notification configuration

active Boolean

The configuration is enabled (true) or disabled (false)

applicationKey String

The application key for the Trello account

boardId String

The Trello board to which the card should be assigned

description String

The description of the Trello card. You can use same placeholders as in card text

listId String

The Trello list to which the card should be assigned

profile String

The ID of the associated alerting profile

resolvedListId String

The Trello list to which the card of the resolved problem should be assigned

text String

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

authorizationToken String

The application token for the Trello account

name String

The name of the notification configuration

Outputs

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

Get an existing TrrelloNotification 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?: TrrelloNotificationState, opts?: CustomResourceOptions): TrrelloNotification
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        active: Optional[bool] = None,
        application_key: Optional[str] = None,
        authorization_token: Optional[str] = None,
        board_id: Optional[str] = None,
        description: Optional[str] = None,
        list_id: Optional[str] = None,
        name: Optional[str] = None,
        profile: Optional[str] = None,
        resolved_list_id: Optional[str] = None,
        text: Optional[str] = None) -> TrrelloNotification
func GetTrrelloNotification(ctx *Context, name string, id IDInput, state *TrrelloNotificationState, opts ...ResourceOption) (*TrrelloNotification, error)
public static TrrelloNotification Get(string name, Input<string> id, TrrelloNotificationState? state, CustomResourceOptions? opts = null)
public static TrrelloNotification get(String name, Output<String> id, TrrelloNotificationState 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:
Active bool

The configuration is enabled (true) or disabled (false)

ApplicationKey string

The application key for the Trello account

AuthorizationToken string

The application token for the Trello account

BoardId string

The Trello board to which the card should be assigned

Description string

The description of the Trello card. You can use same placeholders as in card text

ListId string

The Trello list to which the card should be assigned

Name string

The name of the notification configuration

Profile string

The ID of the associated alerting profile

ResolvedListId string

The Trello list to which the card of the resolved problem should be assigned

Text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

Active bool

The configuration is enabled (true) or disabled (false)

ApplicationKey string

The application key for the Trello account

AuthorizationToken string

The application token for the Trello account

BoardId string

The Trello board to which the card should be assigned

Description string

The description of the Trello card. You can use same placeholders as in card text

ListId string

The Trello list to which the card should be assigned

Name string

The name of the notification configuration

Profile string

The ID of the associated alerting profile

ResolvedListId string

The Trello list to which the card of the resolved problem should be assigned

Text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

active Boolean

The configuration is enabled (true) or disabled (false)

applicationKey String

The application key for the Trello account

authorizationToken String

The application token for the Trello account

boardId String

The Trello board to which the card should be assigned

description String

The description of the Trello card. You can use same placeholders as in card text

listId String

The Trello list to which the card should be assigned

name String

The name of the notification configuration

profile String

The ID of the associated alerting profile

resolvedListId String

The Trello list to which the card of the resolved problem should be assigned

text String

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

active boolean

The configuration is enabled (true) or disabled (false)

applicationKey string

The application key for the Trello account

authorizationToken string

The application token for the Trello account

boardId string

The Trello board to which the card should be assigned

description string

The description of the Trello card. You can use same placeholders as in card text

listId string

The Trello list to which the card should be assigned

name string

The name of the notification configuration

profile string

The ID of the associated alerting profile

resolvedListId string

The Trello list to which the card of the resolved problem should be assigned

text string

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

active bool

The configuration is enabled (true) or disabled (false)

application_key str

The application key for the Trello account

authorization_token str

The application token for the Trello account

board_id str

The Trello board to which the card should be assigned

description str

The description of the Trello card. You can use same placeholders as in card text

list_id str

The Trello list to which the card should be assigned

name str

The name of the notification configuration

profile str

The ID of the associated alerting profile

resolved_list_id str

The Trello list to which the card of the resolved problem should be assigned

text str

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

active Boolean

The configuration is enabled (true) or disabled (false)

applicationKey String

The application key for the Trello account

authorizationToken String

The application token for the Trello account

boardId String

The Trello board to which the card should be assigned

description String

The description of the Trello card. You can use same placeholders as in card text

listId String

The Trello list to which the card should be assigned

name String

The name of the notification configuration

profile String

The ID of the associated alerting profile

resolvedListId String

The Trello list to which the card of the resolved problem should be assigned

text String

The text of the generated Trello card. You can use the following placeholders: * {ImpactedEntity}: The entity impacted by the problem or X impacted entities. * {PID}: The ID of the reported problem. * {ProblemDetailsMarkdown}: All problem event details, including root cause, as a Markdown-formatted string. * {ProblemID}: The display number of the reported problem. * {ProblemImpact}: The impact level of the problem. Possible values are APPLICATION, SERVICE, and INFRASTRUCTURE. * {ProblemSeverity}: The severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, and CUSTOM_ALERT. * {ProblemTitle}: A short description of the problem. * {ProblemURL}: The URL of the problem within Dynatrace. * {State}: The state of the problem. Possible values are OPEN and RESOLVED. * {Tags}: The list of tags that are defined for all impacted entities, separated by commas

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.