AWS::ServiceCatalog::ServiceActionAssociationA self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
import { CfnServiceActionAssociation } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnServiceActionAssociationConfiguration passed to the constructor as CfnServiceActionAssociationProps.
productIdRequiredstringThe product identifier. For example, `prod-abcdzk7xy33qa` .
provisioningArtifactIdRequiredstringThe identifier of the provisioning artifact. For example, `pa-4abcdjnxjj6ne` .
serviceActionIdRequiredstring | IServiceActionRefThe self-service action identifier. For example, `act-fs7abcd89wxyz` .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::ServiceActionAssociation