interface ServiceActionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.ServiceActionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#ServiceActionReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.ServiceActionReference |
Python | aws_cdk.interfaces.aws_servicecatalog.ServiceActionReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_servicecatalog } from 'aws-cdk-lib/interfaces';
const serviceActionReference: interfaces_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