interface PartnerAppReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.PartnerAppReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#PartnerAppReference |
Java | software.amazon.awscdk.interfaces.sagemaker.PartnerAppReference |
Python | aws_cdk.interfaces.aws_sagemaker.PartnerAppReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » PartnerAppReference |
A reference to a PartnerApp 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_aws_sagemaker } from 'aws-cdk-lib/interfaces';
const partnerAppReference: interfaces_aws_sagemaker.PartnerAppReference = {
partnerAppArn: 'partnerAppArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| partner | string | The Arn of the PartnerApp resource. |
partnerAppArn
Type:
string
The Arn of the PartnerApp resource.

.NET
Go
Java
Python
TypeScript