AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::ServiceActionAssociation

ServiceCatalog ServiceActionAssociation

Resource Schema for AWS::ServiceCatalog::ServiceActionAssociation

Properties

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

Filter:
PropertyTypeFlags
ProductId
string
RequiredCreate-only
ProvisioningArtifactId
string
RequiredCreate-only
ServiceActionId
string
RequiredCreate-only

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::ServiceActionAssociation

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::ServiceActionAssociation
    Properties:
      ProductId: "my-productid"
      ProvisioningArtifactId: "my-provisioningartifactid"
      ServiceActionId: "my-serviceactionid"

Required IAM Permissions

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

create

servicecatalog:AssociateServiceActionWithProvisioningArtifactservicecatalog:ListServiceActionsForProvisioningArtifact

read

servicecatalog:ListServiceActionsForProvisioningArtifact

delete

servicecatalog:DisassociateServiceActionFromProvisioningArtifactservicecatalog:ListServiceActionsForProvisioningArtifact

list

servicecatalog:ListServiceActionsForProvisioningArtifact

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

ServiceServiceCatalog
Properties3
Required3
TaggingNot supported
Primary IDProductId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

ProductIdProvisioningArtifactIdServiceActionId

External Links