AWS::ServiceCatalog::ServiceActionResource Schema for AWS::ServiceCatalog::ServiceAction
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Definition | Array<DefinitionParameter> | Required |
DefinitionType | string | Required |
Name | string | Required |
AcceptLanguage | string | Write-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:CreateServiceActionssm:DescribeDocumentiam:GetRoleservicecatalog:DescribeServiceActionservicecatalog:UpdateServiceActioniam:GetRolessm:DescribeDocumentservicecatalog:DeleteServiceActionservicecatalog:ListServiceActionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId