interface WorkforceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.WorkforceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#WorkforceReference |
Java | software.amazon.awscdk.interfaces.sagemaker.WorkforceReference |
Python | aws_cdk.interfaces.aws_sagemaker.WorkforceReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » WorkforceReference |
A reference to a Workforce resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_sagemaker } from 'aws-cdk-lib/interfaces';
const workforceReference: interfaces_sagemaker.WorkforceReference = {
workforceArn: 'workforceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| workforce | string | The WorkforceArn of the Workforce resource. |
workforceArn
Type:
string
The WorkforceArn of the Workforce resource.

.NET
Go
Java
Python
TypeScript