AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::ServiceActionAssociation

CfnServiceActionAssociation

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

Import

import { CfnServiceActionAssociation } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnServiceActionAssociation

Properties

Configuration passed to the constructor as CfnServiceActionAssociationProps.

productIdRequired
string

The product identifier. For example, `prod-abcdzk7xy33qa` .

provisioningArtifactIdRequired
string

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

serviceActionIdRequired
string | IServiceActionRef

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter