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