AWS::ApplicationSignals::ServiceLevelObjectiveResource Type definition for AWS::ApplicationSignals::ServiceLevelObjective
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
BurnRateConfigurations | array | |
Description | string | |
ExclusionWindows | array | |
Goal | Goal | |
RequestBasedSli | RequestBasedSli | |
Sli | Sli | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of this SLO. |
CreatedTime | integer | Epoch time in seconds of the time that this SLO was created |
EvaluationType | string | Displays whether this is a period-based SLO or a request-based SLO. |
LastUpdatedTime | integer | Epoch time in seconds of the time that this SLO was most recently updated |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
application-signals:CreateServiceLevelObjectivecloudwatch:GetMetricDataapplication-signals:TagResourceapplication-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceiam:GetRoleiam:CreateServiceLinkedRoleapplication-signals:ListServiceLevelObjectiveExclusionWindowsapplication-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindowsapplication-signals:UpdateServiceLevelObjectivecloudwatch:GetMetricDataapplication-signals:TagResourceapplication-signals:UntagResourceapplication-signals:GetServiceLevelObjectiveapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindowsapplication-signals:BatchUpdateExclusionWindowsapplication-signals:DeleteServiceLevelObjectiveapplication-signals:UntagResourceapplication-signals:GetServiceLevelObjectiveapplication-signals:ListServiceLevelObjectivesapplication-signals:ListTagsForResourceapplication-signals:ListServiceLevelObjectiveExclusionWindowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name