t

tf-pagerduty-service

A [service](https://v2.developer.pagerduty.com/v2/page/api-reference#!/Services/get_services) represents something you monitor (like a web service, email service, or database service). It is a container for related incidents that associates them with escalation policies.
https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/pagerduty/TF-PagerDuty-Service/docs/README.md
Apache License 2.0
文件下载
文件名 操作
tf-pagerduty-service-1.0.0-alpha.7.jar 下载
tf-pagerduty-service-1.0.0-alpha.7.pom 下载
tf-pagerduty-service-1.0.0-alpha.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.cdklabs.cdk_cloudformation</groupId>
  <artifactId>tf-pagerduty-service</artifactId>
  <version>1.0.0-alpha.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.cdklabs.cdk_cloudformation:tf-pagerduty-service:1.0.0-alpha.7'
Gradle Kotlin
implementation("io.github.cdklabs.cdk_cloudformation:tf-pagerduty-service:1.0.0-alpha.7")
Scala SBT
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "tf-pagerduty-service" % "1.0.0-alpha.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cdklabs.cdk_cloudformation', module='tf-pagerduty-service', version='1.0.0-alpha.7')
)
Apache Ivy
<dependency org="io.github.cdklabs.cdk_cloudformation" name="tf-pagerduty-service" rev="1.0.0-alpha.7" />
Leiningen
[io.github.cdklabs.cdk_cloudformation/tf-pagerduty-service "1.0.0-alpha.7"]
Apache Buildr
'io.github.cdklabs.cdk_cloudformation:tf-pagerduty-service:jar:1.0.0-alpha.7'