We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ssmcontacts.getPlan
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Engagement Plan for a SSM Incident Manager Contact.
Using getPlan
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPlan(args: GetPlanArgs, opts?: InvokeOptions): Promise<GetPlanResult>
function getPlanOutput(args: GetPlanOutputArgs, opts?: InvokeOptions): Output<GetPlanResult>def get_plan(arn: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetPlanResult
def get_plan_output(arn: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetPlanResult]func LookupPlan(ctx *Context, args *LookupPlanArgs, opts ...InvokeOption) (*LookupPlanResult, error)
func LookupPlanOutput(ctx *Context, args *LookupPlanOutputArgs, opts ...InvokeOption) LookupPlanResultOutput> Note: This function is named LookupPlan in the Go SDK.
public static class GetPlan 
{
    public static Task<GetPlanResult> InvokeAsync(GetPlanArgs args, InvokeOptions? opts = null)
    public static Output<GetPlanResult> Invoke(GetPlanInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPlanResult> getPlan(GetPlanArgs args, InvokeOptions options)
public static Output<GetPlanResult> getPlan(GetPlanArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ssmcontacts:getPlan
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the contact.
- Arn string
- The Amazon Resource Name (ARN) of the contact.
- arn String
- The Amazon Resource Name (ARN) of the contact.
- arn string
- The Amazon Resource Name (ARN) of the contact.
- arn str
- The Amazon Resource Name (ARN) of the contact.
- arn String
- The Amazon Resource Name (ARN) of the contact.
getPlan Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the contact.
- Stages
List<Pulumi.Aws Native. Ssm Contacts. Outputs. Plan Stage> 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- Arn string
- The Amazon Resource Name (ARN) of the contact.
- Stages
[]PlanStage 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- arn String
- The Amazon Resource Name (ARN) of the contact.
- stages
List<PlanStage> 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- arn string
- The Amazon Resource Name (ARN) of the contact.
- stages
PlanStage[] 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- arn str
- The Amazon Resource Name (ARN) of the contact.
- stages
Sequence[PlanStage] 
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
- arn String
- The Amazon Resource Name (ARN) of the contact.
- stages List<Property Map>
- The stages that an escalation plan or engagement plan engages contacts and contact methods in.
Supporting Types
PlanChannelTargetInfo   
- 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   
- 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 
- 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 
- 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.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi