AWS Fundamentals Logo
AWS Fundamentals
AWS::ApplicationSignals::ServiceLevelObjective

ApplicationSignals ServiceLevelObjective

Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
BurnRateConfigurations
array
Description
string
ExclusionWindows
array
Goal
Goal
RequestBasedSli
RequestBasedSli
Sli
Sli
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of this SLO.
CreatedTimeintegerEpoch time in seconds of the time that this SLO was created
EvaluationTypestringDisplays whether this is a period-based SLO or a request-based SLO.
LastUpdatedTimeintegerEpoch time in seconds of the time that this SLO was most recently updated

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApplicationSignals::ServiceLevelObjective

Resources:
  MyResource:
    Type: AWS::ApplicationSignals::ServiceLevelObjective
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

application-signals:CreateServiceLevelObjectivecloudwatch:GetMetricDataapplication-signals:TagResourceapplication-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceiam:GetRoleiam:CreateServiceLinkedRoleapplication-signals:ListServiceLevelObjectiveExclusionWindows

read

application-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindows

update

application-signals:UpdateServiceLevelObjectivecloudwatch:GetMetricDataapplication-signals:TagResourceapplication-signals:UntagResourceapplication-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindowsapplication-signals:BatchUpdateExclusionWindows

delete

application-signals:DeleteServiceLevelObjectiveapplication-signals:UntagResourceapplication-signals:GetServiceLevelObjective

list

application-signals:ListServiceLevelObjectivesapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindows

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceApplicationSignals
Properties12
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links