We recommend new projects start with resources from the AWS provider.
aws-native.ssmcontacts.Plan
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Engagement Plan for a SSM Incident Manager Contact.
Create Plan Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Plan(name: string, args?: PlanArgs, opts?: CustomResourceOptions);@overload
def Plan(resource_name: str,
         args: Optional[PlanArgs] = None,
         opts: Optional[ResourceOptions] = None)
@overload
def Plan(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         contact_id: Optional[str] = None,
         rotation_ids: Optional[Sequence[str]] = None,
         stages: Optional[Sequence[PlanStageArgs]] = None)func NewPlan(ctx *Context, name string, args *PlanArgs, opts ...ResourceOption) (*Plan, error)public Plan(string name, PlanArgs? args = null, CustomResourceOptions? opts = null)type: aws-native:ssmcontacts:Plan
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PlanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PlanArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PlanArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PlanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PlanArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Plan Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Plan resource accepts the following input properties:
- ContactId string
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- RotationIds List<string>
- Rotation Ids to associate with Oncall Contact for engagement.
- Stages
List<Pulumi.Aws Native. Ssm Contacts. Inputs. Plan Stage> 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- ContactId string
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- RotationIds []string
- Rotation Ids to associate with Oncall Contact for engagement.
- Stages
[]PlanStage Args 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- contactId String
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- rotationIds List<String>
- Rotation Ids to associate with Oncall Contact for engagement.
- stages
List<PlanStage> 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- contactId string
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- rotationIds string[]
- Rotation Ids to associate with Oncall Contact for engagement.
- stages
PlanStage[] 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- contact_id str
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- rotation_ids Sequence[str]
- Rotation Ids to associate with Oncall Contact for engagement.
- stages
Sequence[PlanStage Args] 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- contactId String
- Contact ID for the AWS SSM Incident Manager Contact to associate the plan.
- rotationIds List<String>
- Rotation Ids to associate with Oncall Contact for engagement.
- stages List<Property Map>
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
Outputs
All input properties are implicitly available as output properties. Additionally, the Plan resource produces the following output properties:
Supporting Types
PlanChannelTargetInfo, PlanChannelTargetInfoArgs        
- ChannelId string
- The Amazon Resource Name (ARN) of the contact channel.
- RetryInterval intIn Minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- ChannelId string
- The Amazon Resource Name (ARN) of the contact channel.
- RetryInterval intIn Minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- channelId String
- The Amazon Resource Name (ARN) of the contact channel.
- retryInterval IntegerIn Minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- channelId string
- The Amazon Resource Name (ARN) of the contact channel.
- retryInterval numberIn Minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- channel_id str
- The Amazon Resource Name (ARN) of the contact channel.
- retry_interval_ intin_ minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- channelId String
- The Amazon Resource Name (ARN) of the contact channel.
- retryInterval NumberIn Minutes 
- The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
PlanContactTargetInfo, PlanContactTargetInfoArgs        
- ContactId string
- The Amazon Resource Name (ARN) of the contact.
- IsEssential bool
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- ContactId string
- The Amazon Resource Name (ARN) of the contact.
- IsEssential bool
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- contactId String
- The Amazon Resource Name (ARN) of the contact.
- isEssential Boolean
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- contactId string
- The Amazon Resource Name (ARN) of the contact.
- isEssential boolean
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- contact_id str
- The Amazon Resource Name (ARN) of the contact.
- is_essential bool
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- contactId String
- The Amazon Resource Name (ARN) of the contact.
- isEssential Boolean
- A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
PlanStage, PlanStageArgs    
- DurationIn intMinutes 
- The time to wait until beginning the next stage.
- Targets
List<Pulumi.Aws Native. Ssm Contacts. Inputs. Plan Targets> 
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
- DurationIn intMinutes 
- The time to wait until beginning the next stage.
- Targets
[]PlanTargets 
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
- durationIn IntegerMinutes 
- The time to wait until beginning the next stage.
- targets
List<PlanTargets> 
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
- durationIn numberMinutes 
- The time to wait until beginning the next stage.
- targets
PlanTargets[] 
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
- duration_in_ intminutes 
- The time to wait until beginning the next stage.
- targets
Sequence[PlanTargets] 
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
- durationIn NumberMinutes 
- The time to wait until beginning the next stage.
- targets List<Property Map>
- The contacts or contact methods that the escalation plan or engagement plan is engaging.
PlanTargets, PlanTargetsArgs    
- ChannelTarget Pulumi.Info Aws Native. Ssm Contacts. Inputs. Plan Channel Target Info 
- Information about the contact channel that Incident Manager engages.
- ContactTarget Pulumi.Info Aws Native. Ssm Contacts. Inputs. Plan Contact Target Info 
- Information about the contact that Incident Manager engages.
- ChannelTarget PlanInfo Channel Target Info 
- Information about the contact channel that Incident Manager engages.
- ContactTarget PlanInfo Contact Target Info 
- Information about the contact that Incident Manager engages.
- channelTarget PlanInfo Channel Target Info 
- Information about the contact channel that Incident Manager engages.
- contactTarget PlanInfo Contact Target Info 
- Information about the contact that Incident Manager engages.
- channelTarget PlanInfo Channel Target Info 
- Information about the contact channel that Incident Manager engages.
- contactTarget PlanInfo Contact Target Info 
- Information about the contact that Incident Manager engages.
- channel_target_ Planinfo Channel Target Info 
- Information about the contact channel that Incident Manager engages.
- contact_target_ Planinfo Contact Target Info 
- Information about the contact that Incident Manager engages.
- channelTarget Property MapInfo 
- Information about the contact channel that Incident Manager engages.
- contactTarget Property MapInfo 
- Information about the contact that Incident Manager engages.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.