Class ResponsePlanIntegrationPagerdutyArgs.Builder

    • Method Detail

      • secretId

        public ResponsePlanIntegrationPagerdutyArgs.Builder secretId​(com.pulumi.core.Output<java.lang.String> secretId)
        Parameters:
        secretId - The ID of the AWS Secrets Manager secret that stores your PagerDuty key &mdash; either a General Access REST API Key or User Token REST API Key &mdash; and other user credentials. For more information about the constraints for each field, see [CreateResponsePlan](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html) in the *AWS Systems Manager Incident Manager API Reference*.
        Returns:
        builder
      • secretId

        public ResponsePlanIntegrationPagerdutyArgs.Builder secretId​(java.lang.String secretId)
        Parameters:
        secretId - The ID of the AWS Secrets Manager secret that stores your PagerDuty key &mdash; either a General Access REST API Key or User Token REST API Key &mdash; and other user credentials. For more information about the constraints for each field, see [CreateResponsePlan](https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html) in the *AWS Systems Manager Incident Manager API Reference*.
        Returns:
        builder
      • serviceId

        public ResponsePlanIntegrationPagerdutyArgs.Builder serviceId​(com.pulumi.core.Output<java.lang.String> serviceId)
        Parameters:
        serviceId - The ID of the PagerDuty service that the response plan associated with the incident at launch.
        Returns:
        builder
      • serviceId

        public ResponsePlanIntegrationPagerdutyArgs.Builder serviceId​(java.lang.String serviceId)
        Parameters:
        serviceId - The ID of the PagerDuty service that the response plan associated with the incident at launch.
        Returns:
        builder