/AWS1/CL_SGM=>LISTCLUSTERSCHEDULERCONFIGS()
¶
About ListClusterSchedulerConfigs¶
List the cluster policy configurations.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_CREATEDAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
IV_CREATEDBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
IV_NAMECONTAINS
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
Filter for name containing this string.
IV_CLUSTERARN
TYPE /AWS1/SGMCLUSTERARN
/AWS1/SGMCLUSTERARN
¶
Filter for ARN of the cluster.
IV_STATUS
TYPE /AWS1/SGMSCHDRRESOURCESTATUS
/AWS1/SGMSCHDRRESOURCESTATUS
¶
Filter for status.
IV_SORTBY
TYPE /AWS1/SGMSORTCLUSTSCHDRCFGBY
/AWS1/SGMSORTCLUSTSCHDRCFGBY
¶
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
IV_SORTORDER
TYPE /AWS1/SGMSORTORDER
/AWS1/SGMSORTORDER
¶
The order of the list. By default, listed in
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to beAscending
.
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of cluster policies to list.