AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::ServiceAction

CfnServiceAction

Creates a self-service action.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnServiceActionProps.

definitionRequired
IResolvable | IResolvable | DefinitionParameterProperty[]

A map that defines the self-service action.

definitionTypeRequired
string

The self-service action definition type. For example, `SSM_AUTOMATION` .

nameRequired
string

The self-service action name.

acceptLanguageOptional
string

The language code. - `en` - English (default) - `jp` - Japanese - `zh` - Chinese

descriptionOptional
string

The self-service action description.

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