Class: Aws::ApplicationSignals::Types::CreateServiceLevelObjectiveInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#burn_rate_configurationsArray<Types::BurnRateConfiguration>

Use this array to create *burn rates* for this SLO. Each burn rate is a metric that indicates how fast the service is consuming the error budget, relative to the attainment goal of the SLO.

Returns:



198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

An optional description for this SLO.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#goalTypes::Goal

This structure contains the attributes that determine the goal of the SLO.

Returns:



198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for this SLO.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#request_based_sli_configTypes::RequestBasedServiceLevelIndicatorConfig

If this SLO is a request-based SLO, this structure defines the information about what performance metric this SLO will monitor.

You can’t specify both ‘RequestBasedSliConfig` and `SliConfig` in the same operation.



198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#sli_configTypes::ServiceLevelIndicatorConfig

If this SLO is a period-based SLO, this structure defines the information about what performance metric this SLO will monitor.

You can’t specify both ‘RequestBasedSliConfig` and `SliConfig` in the same operation.



198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key-value pairs to associate with the SLO. You can associate as many as 50 tags with an SLO. To be able to associate tags with the SLO when you create the SLO, you must have the ‘cloudwatch:TagResource` permission.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

Returns:



198
199
200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-applicationsignals/types.rb', line 198

class CreateServiceLevelObjectiveInput < Struct.new(
  :name,
  :description,
  :sli_config,
  :request_based_sli_config,
  :goal,
  :tags,
  :burn_rate_configurations)
  SENSITIVE = []
  include Aws::Structure
end