interface PartnershipReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_b2bi.PartnershipReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#PartnershipReference | 
|  Java | software.amazon.awscdk.services.b2bi.PartnershipReference | 
|  Python | aws_cdk.aws_b2bi.PartnershipReference | 
|  TypeScript | aws-cdk-lib»aws_b2bi»PartnershipReference | 
A reference to a Partnership resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_b2bi as b2bi } from 'aws-cdk-lib';
const partnershipReference: b2bi.PartnershipReference = {
  partnershipArn: 'partnershipArn',
  partnershipId: 'partnershipId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| partnership | string | The ARN of the Partnership resource. | 
| partnership | string | The PartnershipId of the Partnership resource. | 
partnershipArn
Type:
string
The ARN of the Partnership resource.
partnershipId
Type:
string
The PartnershipId of the Partnership resource.
