ResponsePlanIntegrationPagerdutyArgs

data class ResponsePlanIntegrationPagerdutyArgs(val name: Output<String>, val secretId: Output<String>, val serviceId: Output<String>) : ConvertibleToJava<ResponsePlanIntegrationPagerdutyArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, secretId: Output<String>, serviceId: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the response plan.

Link copied to clipboard
val secretId: Output<String>

The ID of the AWS Secrets Manager secret that stores your PagerDuty key — either a General Access REST API Key or User Token REST API Key — and other user credentials. For more information about the constraints for each field, see CreateResponsePlan in the AWS Systems Manager Incident Manager API Reference.

Link copied to clipboard
val serviceId: Output<String>

The ID of the PagerDuty service that the response plan associated with the incident at launch.

Functions

Link copied to clipboard
open override fun toJava(): ResponsePlanIntegrationPagerdutyArgs