@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
17 lines (16 loc) • 798 B
TypeScript
export declare const ResponsePlanSsmAutomationTargetAccount: {
readonly ImpactedAccount: "IMPACTED_ACCOUNT";
readonly ResponsePlanOwnerAccount: "RESPONSE_PLAN_OWNER_ACCOUNT";
};
/**
* The account type to use when starting the SSM automation document.
*/
export type ResponsePlanSsmAutomationTargetAccount = (typeof ResponsePlanSsmAutomationTargetAccount)[keyof typeof ResponsePlanSsmAutomationTargetAccount];
export declare const ResponsePlanVariableType: {
readonly IncidentRecordArn: "INCIDENT_RECORD_ARN";
readonly InvolvedResources: "INVOLVED_RESOURCES";
};
/**
* The variable types used as dynamic parameter value when starting the SSM automation document.
*/
export type ResponsePlanVariableType = (typeof ResponsePlanVariableType)[keyof typeof ResponsePlanVariableType];