interface PartnerAppReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.PartnerAppReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#PartnerAppReference |
![]() | software.amazon.awscdk.services.sagemaker.PartnerAppReference |
![]() | aws_cdk.aws_sagemaker.PartnerAppReference |
![]() | aws-cdk-lib » 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 sagemaker } from 'aws-cdk-lib';
const partnerAppReference: 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.