Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.TrelloNotification
Explore with Pulumi AI
Create TrelloNotification Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TrelloNotification(name: string, args: TrelloNotificationArgs, opts?: CustomResourceOptions);
@overload
def TrelloNotification(resource_name: str,
args: TrelloNotificationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TrelloNotification(resource_name: str,
opts: Optional[ResourceOptions] = None,
active: Optional[bool] = None,
application_key: Optional[str] = None,
board_id: Optional[str] = None,
description: Optional[str] = None,
list_id: Optional[str] = None,
profile: Optional[str] = None,
resolved_list_id: Optional[str] = None,
text: Optional[str] = None,
authorization_token: Optional[str] = None,
legacy_id: Optional[str] = None,
name: Optional[str] = None)
func NewTrelloNotification(ctx *Context, name string, args TrelloNotificationArgs, opts ...ResourceOption) (*TrelloNotification, error)
public TrelloNotification(string name, TrelloNotificationArgs args, CustomResourceOptions? opts = null)
public TrelloNotification(String name, TrelloNotificationArgs args)
public TrelloNotification(String name, TrelloNotificationArgs args, CustomResourceOptions options)
type: dynatrace:TrelloNotification
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 TrelloNotificationArgs
- 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 TrelloNotificationArgs
- 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 TrelloNotificationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TrelloNotificationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TrelloNotificationArgs
- 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 trelloNotificationResource = new Dynatrace.TrelloNotification("trelloNotificationResource", new()
{
Active = false,
ApplicationKey = "string",
BoardId = "string",
Description = "string",
ListId = "string",
Profile = "string",
ResolvedListId = "string",
Text = "string",
AuthorizationToken = "string",
LegacyId = "string",
Name = "string",
});
example, err := dynatrace.NewTrelloNotification(ctx, "trelloNotificationResource", &dynatrace.TrelloNotificationArgs{
Active: pulumi.Bool(false),
ApplicationKey: pulumi.String("string"),
BoardId: pulumi.String("string"),
Description: pulumi.String("string"),
ListId: pulumi.String("string"),
Profile: pulumi.String("string"),
ResolvedListId: pulumi.String("string"),
Text: pulumi.String("string"),
AuthorizationToken: pulumi.String("string"),
LegacyId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var trelloNotificationResource = new TrelloNotification("trelloNotificationResource", TrelloNotificationArgs.builder()
.active(false)
.applicationKey("string")
.boardId("string")
.description("string")
.listId("string")
.profile("string")
.resolvedListId("string")
.text("string")
.authorizationToken("string")
.legacyId("string")
.name("string")
.build());
trello_notification_resource = dynatrace.TrelloNotification("trelloNotificationResource",
active=False,
application_key="string",
board_id="string",
description="string",
list_id="string",
profile="string",
resolved_list_id="string",
text="string",
authorization_token="string",
legacy_id="string",
name="string")
const trelloNotificationResource = new dynatrace.TrelloNotification("trelloNotificationResource", {
active: false,
applicationKey: "string",
boardId: "string",
description: "string",
listId: "string",
profile: "string",
resolvedListId: "string",
text: "string",
authorizationToken: "string",
legacyId: "string",
name: "string",
});
type: dynatrace:TrelloNotification
properties:
active: false
applicationKey: string
authorizationToken: string
boardId: string
description: string
legacyId: string
listId: string
name: string
profile: string
resolvedListId: string
text: string
TrelloNotification 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 TrelloNotification resource accepts the following input properties:
- Active bool
- The configuration is enabled (
true
) or disabled (false
) - Application
Key string - The application key for the Trello account
- Board
Id 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
- List
Id string - The Trello list to which the card should be assigned
- Profile string
- The ID of the associated alerting profile
- Resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - string
- The application token for the Trello account
- Legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- Name string
- The name of the notification configuration
- Active bool
- The configuration is enabled (
true
) or disabled (false
) - Application
Key string - The application key for the Trello account
- Board
Id 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
- List
Id string - The Trello list to which the card should be assigned
- Profile string
- The ID of the associated alerting profile
- Resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - string
- The application token for the Trello account
- Legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- Name string
- The name of the notification configuration
- active Boolean
- The configuration is enabled (
true
) or disabled (false
) - application
Key String - The application key for the Trello account
- board
Id 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
- list
Id String - The Trello list to which the card should be assigned
- profile String
- The ID of the associated alerting profile
- resolved
List StringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - String
- The application token for the Trello account
- legacy
Id String - The ID of these settings when referred to from resources requiring the REST API V1 keys
- name String
- The name of the notification configuration
- active boolean
- The configuration is enabled (
true
) or disabled (false
) - application
Key string - The application key for the Trello account
- board
Id 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
- list
Id string - The Trello list to which the card should be assigned
- profile string
- The ID of the associated alerting profile
- resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - string
- The application token for the Trello account
- legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- 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_ strid - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - str
- The application token for the Trello account
- legacy_
id str - The ID of these settings when referred to from resources requiring the REST API V1 keys
- name str
- The name of the notification configuration
- active Boolean
- The configuration is enabled (
true
) or disabled (false
) - application
Key String - The application key for the Trello account
- board
Id 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
- list
Id String - The Trello list to which the card should be assigned
- profile String
- The ID of the associated alerting profile
- resolved
List StringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas - String
- The application token for the Trello account
- legacy
Id String - The ID of these settings when referred to from resources requiring the REST API V1 keys
- name String
- The name of the notification configuration
Outputs
All input properties are implicitly available as output properties. Additionally, the TrelloNotification 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 TrelloNotification Resource
Get an existing TrelloNotification 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?: TrelloNotificationState, opts?: CustomResourceOptions): TrelloNotification
@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,
legacy_id: 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) -> TrelloNotification
func GetTrelloNotification(ctx *Context, name string, id IDInput, state *TrelloNotificationState, opts ...ResourceOption) (*TrelloNotification, error)
public static TrelloNotification Get(string name, Input<string> id, TrelloNotificationState? state, CustomResourceOptions? opts = null)
public static TrelloNotification get(String name, Output<String> id, TrelloNotificationState 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.
- Active bool
- The configuration is enabled (
true
) or disabled (false
) - Application
Key string - The application key for the Trello account
- string
- The application token for the Trello account
- Board
Id 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
- Legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- List
Id 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
- Resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{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 string - The application key for the Trello account
- string
- The application token for the Trello account
- Board
Id 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
- Legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- List
Id 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
- Resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{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
) - application
Key String - The application key for the Trello account
- String
- The application token for the Trello account
- board
Id 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
- legacy
Id String - The ID of these settings when referred to from resources requiring the REST API V1 keys
- list
Id 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
- resolved
List StringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{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
) - application
Key string - The application key for the Trello account
- string
- The application token for the Trello account
- board
Id 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
- legacy
Id string - The ID of these settings when referred to from resources requiring the REST API V1 keys
- list
Id 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
- resolved
List stringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{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
- 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
- legacy_
id str - The ID of these settings when referred to from resources requiring the REST API V1 keys
- 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_ strid - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{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
) - application
Key String - The application key for the Trello account
- String
- The application token for the Trello account
- board
Id 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
- legacy
Id String - The ID of these settings when referred to from resources requiring the REST API V1 keys
- list
Id 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
- resolved
List StringId - 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 areAPPLICATION
,SERVICE
, andINFRASTRUCTURE
. *{ProblemSeverity}
: The severity level of the problem. Possible values areAVAILABILITY
,ERROR
,PERFORMANCE
,RESOURCE_CONTENTION
, andCUSTOM_ALERT
. *{ProblemTitle}
: A short description of the problem. *{ProblemURL}
: The URL of the problem within Dynatrace. *{State}
: The state of the problem. Possible values areOPEN
andRESOLVED
. *{Tags}
: The list of tags that are defined for all impacted entities, separated by commas
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.