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:StringProvisioningArtifactId:StringServiceActionId:String
Properties
ProductId-
The product identifier. For example,
prod-abcdzk7xy33qa.Required: Yes
Type: String
Minimum:
1Maximum:
100Pattern:
^[a-zA-Z0-9_\-]*Update requires: Replacement
ProvisioningArtifactId-
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.Required: Yes
Type: String
Minimum:
1Maximum:
100Pattern:
^[a-zA-Z0-9_\-]*Update requires: Replacement
ServiceActionId-
The self-service action identifier. For example,
act-fs7abcd89wxyz.Required: Yes
Type: String
Minimum:
1Maximum:
100Pattern:
^[a-zA-Z0-9_\-]*Update requires: Replacement