ServiceLevelObjective

class ServiceLevelObjective : KotlinCustomResource

Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of this SLO.

Link copied to clipboard
val createdTime: Output<Int>

Epoch time in seconds of the time that this SLO was created

Link copied to clipboard
val description: Output<String>?

An optional description for this SLO. Default is 'No description'

Link copied to clipboard

Displays whether this is a period-based SLO or a request-based SLO.

Link copied to clipboard

This structure contains the attributes that determine the goal of an SLO. This includes the time period for evaluation and the attainment threshold.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedTime: Output<Int>

Epoch time in seconds of the time that this SLO was most recently updated

Link copied to clipboard
val name: Output<String>

The name of this SLO.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.

Link copied to clipboard

A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.

Link copied to clipboard
val tags: Output<List<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.

Link copied to clipboard
val urn: Output<String>