Interface CfnPlanProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlanProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-23T05:56:24.160Z") @Stability(Stable) public interface CfnPlanProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnPlan.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ssmcontacts.*;
 CfnPlanProps cfnPlanProps = CfnPlanProps.builder()
         .contactId("contactId")
         // the properties below are optional
         .rotationIds(List.of("rotationIds"))
         .stages(List.of(StageProperty.builder()
                 .durationInMinutes(123)
                 // the properties below are optional
                 .targets(List.of(TargetsProperty.builder()
                         .channelTargetInfo(ChannelTargetInfoProperty.builder()
                                 .channelId("channelId")
                                 .retryIntervalInMinutes(123)
                                 .build())
                         .contactTargetInfo(ContactTargetInfoProperty.builder()
                                 .contactId("contactId")
                                 .isEssential(false)
                                 .build())
                         .build()))
                 .build()))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnPlanProps
    static final class 
    An implementation for CfnPlanProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    The Amazon Resource Name (ARN) of the contact.
    default List<String>
    The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
    default Object
    A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson