| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static DynamicSsmParameterValue |
DynamicSsmParameterValue.fromVariable(String variable)
Create an instance of this class with
variableAsString() initialized to the given value. |
static DynamicSsmParameterValue |
DynamicSsmParameterValue.fromVariable(VariableType variable)
Create an instance of this class with
variableAsString() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DynamicSsmParameterValue> |
SsmAutomation.dynamicParameters()
The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
|
| Modifier and Type | Method and Description |
|---|---|
SsmAutomation.Builder |
SsmAutomation.Builder.dynamicParameters(Map<String,DynamicSsmParameterValue> dynamicParameters)
The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
|
Copyright © 2023. All rights reserved.