AWS Fundamentals Logo
AWS Fundamentals
AWS::StepFunctions::Activity

StepFunctions Activity

Resource schema for Activity

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
EncryptionConfiguration
EncryptionConfiguration
Create-only
Tags
Array<TagsEntry>

Return Values

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

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::Activity

Resources:
  MyResource:
    Type: AWS::StepFunctions::Activity
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

states:CreateActivitystates:DescribeActivitystates:TagResourcekms:DescribeKey

read

states:DescribeActivitystates:ListTagsForResource

update

states:ListTagsForResourcestates:TagResourcestates:UntagResource

delete

states:DescribeActivitystates:DeleteActivity

list

states:ListActivities

Get the StepFunctions Cheat Sheet

Everything you need to know about StepFunctions on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceStepFunctions
Properties4
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.

NameEncryptionConfiguration

External Links