| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
SsmAutomation |
SsmAutomation.addDynamicParametersEntry(String key,
DynamicSsmParameterValue value)
Add a single DynamicParameters entry
|
SsmAutomation |
SsmAutomation.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
SsmAutomation |
SsmAutomation.clearDynamicParametersEntries()
Removes all the entries added into DynamicParameters.
|
SsmAutomation |
SsmAutomation.clearParametersEntries()
Removes all the entries added into Parameters.
|
SsmAutomation |
SsmAutomation.clone() |
SsmAutomation |
Action.getSsmAutomation()
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
SsmAutomation |
SsmAutomation.withDocumentName(String documentName)
The automation document's name.
|
SsmAutomation |
SsmAutomation.withDocumentVersion(String documentVersion)
The automation document's version to use when running.
|
SsmAutomation |
SsmAutomation.withDynamicParameters(Map<String,DynamicSsmParameterValue> dynamicParameters)
The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
|
SsmAutomation |
SsmAutomation.withParameters(Map<String,List<String>> parameters)
The key-value pair parameters to use when running the automation document.
|
SsmAutomation |
SsmAutomation.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.
|
SsmAutomation |
SsmAutomation.withTargetAccount(SsmTargetAccount targetAccount)
The account that the automation document will be run in.
|
SsmAutomation |
SsmAutomation.withTargetAccount(String targetAccount)
The account that the automation document will be run in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
Action |
Action.withSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
Copyright © 2024. All rights reserved.