Class CfnProactiveEngagement.Builder

java.lang.Object
software.amazon.awscdk.services.shield.CfnProactiveEngagement.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProactiveEngagement>
Enclosing class:
CfnProactiveEngagement

@Stability(Stable) public static final class CfnProactiveEngagement.Builder extends Object implements software.amazon.jsii.Builder<CfnProactiveEngagement>
A fluent builder for CfnProactiveEngagement.
  • Method Details

    • create

      @Stability(Stable) public static CfnProactiveEngagement.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnProactiveEngagement.Builder.
    • emergencyContactList

      @Stability(Stable) public CfnProactiveEngagement.Builder emergencyContactList(IResolvable emergencyContactList)
      The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes.

      To enable proactive engagement, the contact list must include at least one phone number.

      If you provide more than one contact, in the notes, indicate the circumstances under which each contact should be used. Include primary and secondary contact designations, and provide the hours of availability and time zones for each contact.

      Example contact notes:

      • This is a hotline that's staffed 24x7x365. Please work with the responding analyst and they will get the appropriate person on the call.
      • Please contact the secondary phone number if the hotline doesn't respond within 5 minutes.

      Parameters:
      emergencyContactList - The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes. This parameter is required.
      Returns:
      this
    • emergencyContactList

      @Stability(Stable) public CfnProactiveEngagement.Builder emergencyContactList(List<? extends Object> emergencyContactList)
      The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes.

      To enable proactive engagement, the contact list must include at least one phone number.

      If you provide more than one contact, in the notes, indicate the circumstances under which each contact should be used. Include primary and secondary contact designations, and provide the hours of availability and time zones for each contact.

      Example contact notes:

      • This is a hotline that's staffed 24x7x365. Please work with the responding analyst and they will get the appropriate person on the call.
      • Please contact the secondary phone number if the hotline doesn't respond within 5 minutes.

      Parameters:
      emergencyContactList - The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes. This parameter is required.
      Returns:
      this
    • proactiveEngagementStatus

      @Stability(Stable) public CfnProactiveEngagement.Builder proactiveEngagementStatus(String proactiveEngagementStatus)
      Specifies whether proactive engagement is enabled or disabled.

      Valid values:

      ENABLED - The Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.

      DISABLED - The SRT will not proactively notify contacts about escalations or to initiate proactive customer support.

      Parameters:
      proactiveEngagementStatus - Specifies whether proactive engagement is enabled or disabled. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnProactiveEngagement build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnProactiveEngagement>
      Returns:
      a newly built instance of CfnProactiveEngagement.