AWS::ServiceCatalog::ServiceActionAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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