interface ServiceActionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.ServiceActionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#ServiceActionReference |
Java | software.amazon.awscdk.services.servicecatalog.ServiceActionReference |
Python | aws_cdk.aws_servicecatalog.ServiceActionReference |
TypeScript | aws-cdk-lib » aws_servicecatalog » ServiceActionReference |
A reference to a ServiceAction resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const serviceActionReference: servicecatalog.ServiceActionReference = {
serviceActionId: 'serviceActionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| service | string | The Id of the ServiceAction resource. |
serviceActionId
Type:
string
The Id of the ServiceAction resource.

.NET
Go
Java
Python
TypeScript