Show / Hide Table of Contents

Class CfnResponsePlan.PagerDutyConfigurationProperty

Details about the PagerDuty configuration for a response plan.

Inheritance
System.Object
CfnResponsePlan.PagerDutyConfigurationProperty
Implements
CfnResponsePlan.IPagerDutyConfigurationProperty
Namespace: Amazon.CDK.AWS.SSMIncidents
Assembly: Amazon.CDK.AWS.SSMIncidents.dll
Syntax (csharp)
public class PagerDutyConfigurationProperty : Object, CfnResponsePlan.IPagerDutyConfigurationProperty
Syntax (vb)
Public Class PagerDutyConfigurationProperty
    Inherits Object
    Implements CfnResponsePlan.IPagerDutyConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-pagerdutyconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SSMIncidents;

var pagerDutyConfigurationProperty = new PagerDutyConfigurationProperty {
    Name = "name",
    PagerDutyIncidentConfiguration = new PagerDutyIncidentConfigurationProperty {
        ServiceId = "serviceId"
    },
    SecretId = "secretId"
};

Synopsis

Constructors

PagerDutyConfigurationProperty()

Properties

Name

The name of the PagerDuty configuration.

PagerDutyIncidentConfiguration

Details about the PagerDuty service associated with the configuration.

SecretId

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.

Constructors

PagerDutyConfigurationProperty()

public PagerDutyConfigurationProperty()

Properties

Name

The name of the PagerDuty configuration.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-pagerdutyconfiguration.html#cfn-ssmincidents-responseplan-pagerdutyconfiguration-name

PagerDutyIncidentConfiguration

Details about the PagerDuty service associated with the configuration.

public object PagerDutyIncidentConfiguration { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-pagerdutyconfiguration.html#cfn-ssmincidents-responseplan-pagerdutyconfiguration-pagerdutyincidentconfiguration

SecretId

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.

public string SecretId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-responseplan-pagerdutyconfiguration.html#cfn-ssmincidents-responseplan-pagerdutyconfiguration-secretid

Implements

CfnResponsePlan.IPagerDutyConfigurationProperty
Back to top Generated by DocFX