AWS::FIS::SafetyLeverRepresents the AWS FIS account-level safety lever. This is a singleton resource (one per account per region) that controls whether FIS experiments are allowed to run.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Id | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the safety lever. |
Reason | string | The reason for the current state of the safety lever. |
Status | string | The status of the safety lever. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FIS::SafetyLever
Resources:
MyResource:
Type: AWS::FIS::SafetyLever
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
fis:GetSafetyLeverfis:GetSafetyLeverOur 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.
Id