AWS::ServiceCatalog::ServiceActionAssociation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ServiceCatalog::ServiceActionAssociation

A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ServiceCatalog::ServiceActionAssociation", "Properties" : { "ProductId" : String, "ProvisioningArtifactId" : String, "ServiceActionId" : String } }

YAML

Type: AWS::ServiceCatalog::ServiceActionAssociation Properties: ProductId: String ProvisioningArtifactId: String ServiceActionId: String

Properties

ProductId

The product identifier. For example, prod-abcdzk7xy33qa.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\Z

Minimum: 1

Maximum: 100

Update requires: Replacement

ProvisioningArtifactId

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\Z

Minimum: 1

Maximum: 100

Update requires: Replacement

ServiceActionId

The self-service action identifier. For example, act-fs7abcd89wxyz.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\Z

Minimum: 1

Maximum: 100

Update requires: Replacement

Return values

Ref