AWS::ServiceCatalog::ServiceActionCreates a self-service action.
import { CfnServiceAction } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnServiceActionConfiguration passed to the constructor as CfnServiceActionProps.
definitionRequiredIResolvable | IResolvable | DefinitionParameterProperty[]A map that defines the self-service action.
definitionTypeRequiredstringThe self-service action definition type. For example, `SSM_AUTOMATION` .
nameRequiredstringThe self-service action name.
acceptLanguageOptionalstringThe language code. - `en` - English (default) - `jp` - Japanese - `zh` - Chinese
descriptionOptionalstringThe self-service action description.
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::ServiceAction