Returns a list of SLOs created in this account
Source:R/cloudwatchapplicationsignals_operations.R
cloudwatchapplicationsignals_list_service_level_objectives.RdReturns a list of SLOs created in this account.
See https://www.paws-r-sdk.com/docs/cloudwatchapplicationsignals_list_service_level_objectives/ for full documentation.
Usage
cloudwatchapplicationsignals_list_service_level_objectives(
KeyAttributes = NULL,
OperationName = NULL,
DependencyConfig = NULL,
MaxResults = NULL,
NextToken = NULL,
MetricSourceTypes = NULL,
IncludeLinkedAccounts = NULL,
SloOwnerAwsAccountId = NULL,
MetricSource = NULL
)Arguments
- KeyAttributes
You can use this optional field to specify which services you want to retrieve SLO information for.
This is a string-to-string map. It can include the following fields.
Typedesignates the type of object this is.ResourceTypespecifies the type of the resource. This field is used only when the value of theTypefield isResourceorAWS::Resource.Namespecifies the name of the object. This is used only if the value of theTypefield isService,RemoteService, orAWS::Service.Identifieridentifies the resource objects of this resource. This is used only if the value of theTypefield isResourceorAWS::Resource.Environmentspecifies the location where this object is hosted, or what it belongs to.
- OperationName
The name of the operation that this SLO is associated with.
- DependencyConfig
Identifies the dependency using the
DependencyKeyAttributesandDependencyOperationName.- MaxResults
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
- NextToken
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
- MetricSourceTypes
Use this optional field to only include SLOs with the specified metric source types in the output. Supported types are:
Service operation
Service dependency
Service
CloudWatch metric
AppMonitor
Canary
- IncludeLinkedAccounts
If you are using this operation in a monitoring account, specify
trueto include SLO from source accounts in the returned data.When you are monitoring an account, you can use Amazon Web Services account ID in
KeyAttributefilter for service source account andSloOwnerawsaccountIDfor SLO source account withIncludeLinkedAccountsto filter the returned data to only a single source account.- SloOwnerAwsAccountId
SLO's Amazon Web Services account ID.
- MetricSource
Identifies the metric source to filter SLOs by.