AWS Fundamentals Logo
AWS Fundamentals
AWS::FIS::SafetyLever

FIS SafetyLever

Represents 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.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
Id
string
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the safety lever.
ReasonstringThe reason for the current state of the safety lever.
StatusstringThe status of the safety lever.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FIS::SafetyLever

Resources:
  MyResource:
    Type: AWS::FIS::SafetyLever
    Properties:

Required IAM Permissions

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

read

fis:GetSafetyLever

list

fis:GetSafetyLever

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

ServiceFIS
Properties4
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

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

Id

External Links