SsmSap / Client / list_configuration_check_definitions
list_configuration_check_definitions¶
- SsmSap.Client.list_configuration_check_definitions(**kwargs)¶
Lists all configuration check types supported by AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_configuration_check_definitions( MaxResults=123, NextToken='string' )
- Parameters:
MaxResults (integer) – The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
NextToken (string) – The token for the next page of results.
- Return type:
dict
- Returns:
Response Syntax
{ 'ConfigurationChecks': [ { 'Id': 'SAP_CHECK_01'|'SAP_CHECK_02'|'SAP_CHECK_03', 'Name': 'string', 'Description': 'string', 'ApplicableApplicationTypes': [ 'HANA'|'SAP_ABAP', ] }, ], 'NextToken': 'string' }
Response Structure
(dict) –
ConfigurationChecks (list) –
The configuration check types supported by AWS Systems Manager for SAP.
(dict) –
Represents a configuration check definition supported by AWS Systems Manager for SAP.
Id (string) –
The unique identifier of the configuration check.
Name (string) –
The name of the configuration check.
Description (string) –
A description of what the configuration check validates.
ApplicableApplicationTypes (list) –
The list of SSMSAP application types that this configuration check can be evaluated against.
(string) –
NextToken (string) –
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Exceptions