Latest Dynatrace
Review the required AWS permissions and condition keys of the AWS Systems Manager Connector actions to ensure that you grant Dynatrace only a minimum set of permissions. For more information, see AWS documentation .
Describe Automation Executions Provides details about all active and terminated Automation executions.
For more information, see the official documentation of Describe Automation Executions .
Required AWS permission: ssm:DescribeAutomationExecutions
.
AutomationExecutionFilter[]
Filters used to limit the scope of executions that are requested.
Output Returns fields as described in DescribeAutomationExecutionsCommandOutput .
Describe Document Describes the specified Amazon Web Services Systems Manager document (SSM document).
For more information, see the official documentation of Describe Document .
Required AWS permission: ssm:DescribeDocument
.
The name of the SSM document.
The document version for which you want information.
An optional field specifying the version of the artifact associated with the document.
Output Returns fields as described in DescribeDocumentCommandOutput .
Get Automation Execution Get detailed information about a particular Automation execution.
For more information, see the official documentation of Get Automation Execution .
Required AWS permission: ssm:GetAutomationExecution
.
The unique identifier for an existing automation execution to examine.
Output Returns fields as described in GetAutomationExecutionCommandOutput .
Get Document Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
For more information, see the official documentation of Get Document .
Required AWS permission: ssm:GetDocument
.
The name of the SSM document.
Returns the document in the specified format.
The document version for which you want information.
An optional field specifying the version of the artifact associated with the document.
Output Returns fields as described in GetDocumentCommandOutput .
List Documents Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.
For more information, see the official documentation of List Documents .
Required AWS permission: ssm:ListDocuments
.
DocumentKeyValuesFilter[]
One or more DocumentKeyValuesFilter objects.
The maximum number of items to return for this call.
Output Returns fields as described in ListDocumentsCommandOutput .
Put Parameter Add a parameter to the system.
For more information, see the official documentation of Put Parameter .
Required AWS permission: ssm:PutParameter
.
The fully qualified name of the parameter that you want to add to the system.
The parameter value that you want to add to the system.
A regular expression used to validate the parameter value.
The data type for a String parameter.
Information about the parameter that you want to add to the system.
The Key Management Service (KMS) ID that you want to use to encrypt a parameter.
Overwrite an existing parameter.
One or more policies to apply to a parameter.
Optional metadata that you assign to a resource.
The parameter tier to assign to a parameter.
The type of parameter that you want to add to the system.
Output Returns fields as described in PutParameterCommandOutput .
Start Automation Execution Initiates execution of an Automation runbook.
For more information, see the official documentation of Start Automation Execution .
Required AWS permission: ssm:StartAutomationExecution
.
The name of the SSM document to run.
The CloudWatch alarm you want to apply to your automation.
User-provided idempotency token.
The version of the Automation runbook to use for this execution.
The maximum number of targets allowed to run this task in parallel.
The number of errors that are allowed before the system stops running the automation on additional targets.
The execution mode of the automation.
A key-value map of execution parameters, which match the declared parameters in the Automation runbook.
Optional metadata that you assign to a resource.
A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.
Specify a publicly accessible URL for a file that contains the TargetLocations body.
Record<string, string[]>[]
A key-value mapping of document parameters to target resources.
The name of the parameter used as the target resource for the rate-controlled execution.
A key-value mapping to target resources.
Output Returns fields as described in StartAutomationExecutionCommandOutput .
Stop Automation Execution Stop an Automation that is currently running.
For more information, see the official documentation of Stop Automation Execution .
Required AWS permission: ssm:StopAutomationExecution
.
The execution ID of the Automation to stop.
Output Returns fields as described in StopAutomationExecutionCommandOutput .