GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SSMIncidents::CreateResponsePlan(3) User Contributed Perl Documentation Paws::SSMIncidents::CreateResponsePlan(3)

Paws::SSMIncidents::CreateResponsePlan - Arguments for method CreateResponsePlan on Paws::SSMIncidents

This class represents the parameters used for calling the method CreateResponsePlan on the AWS Systems Manager Incident Manager service. Use the attributes of this class as arguments to method CreateResponsePlan.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateResponsePlan.

    my $ssm-incidents = Paws->service('SSMIncidents');
    my $CreateResponsePlanOutput = $ssm -incidents->CreateResponsePlan(
      IncidentTemplate => {
        Impact              => 1,                    # min: 1, max: 5
        Title               => 'MyIncidentTitle',    # max: 200
        DedupeString        => 'MyDedupeString',     # max: 1000; OPTIONAL
        NotificationTargets => [
          {
            SnsTopicArn => 'MyArn',                  # max: 1000; OPTIONAL
          },
          ...
        ],    # max: 10; OPTIONAL
        Summary => 'MyIncidentSummary',    # max: 4000; OPTIONAL
      },
      Name    => 'MyResponsePlanName',
      Actions => [
        {
          SsmAutomation => {
            DocumentName    => 'MySsmAutomationDocumentNameString',
            RoleArn         => 'MyRoleArn',                          # max: 1000
            DocumentVersion =>
              'MySsmAutomationDocumentVersionString',    # max: 128; OPTIONAL
            Parameters => {
              'MySsmParametersKeyString' => [
                'MySsmParameterValuesMemberString', ...    # max: 512
              ],    # key: min: 1, max: 50, value: max: 100
            },    # min: 1, max: 200; OPTIONAL
            TargetAccount => 'RESPONSE_PLAN_OWNER_ACCOUNT'
            ,  # values: RESPONSE_PLAN_OWNER_ACCOUNT, IMPACTED_ACCOUNT; OPTIONAL
          },    # OPTIONAL
        },
        ...
      ],    # OPTIONAL
      ChatChannel => {
        ChatbotSns => [
          'MySnsArn', ...    # max: 1000
        ],    # min: 1, max: 5; OPTIONAL
        Empty => {
        },    # OPTIONAL
      },    # OPTIONAL
      ClientToken => 'MyClientToken',                # OPTIONAL
      DisplayName => 'MyResponsePlanDisplayName',    # OPTIONAL
      Engagements => [
        'MySsmContactsArn', ...                      # max: 2048
      ],    # OPTIONAL
      Tags => {
        'MyTagKey' => 'MyTagValue',    # key: min: 1, max: 128, value: max: 256
      },    # OPTIONAL
    );
    # Results:
    my $Arn = $CreateResponsePlanOutput->Arn;
    # Returns a L<Paws::SSMIncidents::CreateResponsePlanOutput> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/ssm-incidents/CreateResponsePlan>

The actions that the response plan starts at the beginning of an incident.

The AWS Chatbot chat channel used for collaboration during an incident.

A token ensuring that the action is called only once with the specified details.

The long format of the response plan name. This field can contain spaces.

The contacts and escalation plans that the response plan engages during an incident.

REQUIRED IncidentTemplate => Paws::SSMIncidents::IncidentTemplate

Details used to create an incident when using this response plan.

REQUIRED Name => Str

The short format name of the response plan. Can't include spaces.

A list of tags that you are adding to the response plan.

This class forms part of Paws, documenting arguments for method CreateResponsePlan in Paws::SSMIncidents

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.