AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::ServiceAction

ServiceCatalog ServiceAction

Resource Schema for AWS::ServiceCatalog::ServiceAction

Properties

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

Filter:
PropertyTypeFlags
Definition
Array<DefinitionParameter>
Required
DefinitionType
string
Required
Name
string
Required
AcceptLanguage
string
Write-only
Description
string

Return Values

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

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::ServiceAction

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::ServiceAction
    Properties:
      Name: "my-name"
      DefinitionType: "SSM_AUTOMATION"
      Definition: []
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

servicecatalog:CreateServiceActionssm:DescribeDocumentiam:GetRole

read

servicecatalog:DescribeServiceAction

update

servicecatalog:UpdateServiceActioniam:GetRolessm:DescribeDocument

delete

servicecatalog:DeleteServiceAction

list

servicecatalog:ListServiceActions

Learn AWS the Practical Way

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

Subscribe to Newsletter