AWS Native is in preview. AWS Classic is fully supported.
aws-native.ssmcontacts.getPlan
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ssmcontacts:getPlan
arguments:
# arguments dictionary
The 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
[]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
List<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
Plan
Stage[] 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[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 List<Property Map>
The stages that an escalation plan or engagement plan engages contacts and contact methods in.
Supporting Types
PlanChannelTargetInfo
- Channel
Id string 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.
- Channel
Id string 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.
- channel
Id String The Amazon Resource Name (ARN) of the contact channel.
- retry
Interval IntegerIn Minutes The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
- channel
Id string The Amazon Resource Name (ARN) of the contact channel.
- retry
Interval 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.
- channel
Id String The Amazon Resource Name (ARN) of the contact channel.
- retry
Interval NumberIn Minutes The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
PlanContactTargetInfo
- Contact
Id string 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.
- Contact
Id string 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.
- contact
Id String The Amazon Resource Name (ARN) of the contact.
- is
Essential Boolean A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
- contact
Id string The Amazon Resource Name (ARN) of the contact.
- is
Essential 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.
- contact
Id String The Amazon Resource Name (ARN) of the contact.
- is
Essential Boolean A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
PlanStage
- Duration
In 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.
- Duration
In intMinutes The time to wait until beginning the next stage.
- Targets
[]Plan
Targets The contacts or contact methods that the escalation plan or engagement plan is engaging.
- duration
In IntegerMinutes The time to wait until beginning the next stage.
- targets
List<Plan
Targets> The contacts or contact methods that the escalation plan or engagement plan is engaging.
- duration
In numberMinutes The time to wait until beginning the next stage.
- targets
Plan
Targets[] 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[Plan
Targets] The contacts or contact methods that the escalation plan or engagement plan is engaging.
- duration
In 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.