interface PartnerAccountReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.PartnerAccountReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#PartnerAccountReference |
![]() | software.amazon.awscdk.services.iotwireless.PartnerAccountReference |
![]() | aws_cdk.aws_iotwireless.PartnerAccountReference |
![]() | aws-cdk-lib » aws_iotwireless » PartnerAccountReference |
A reference to a PartnerAccount resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const partnerAccountReference: iotwireless.PartnerAccountReference = {
partnerAccountArn: 'partnerAccountArn',
partnerAccountId: 'partnerAccountId',
};
Properties
Name | Type | Description |
---|---|---|
partner | string | The ARN of the PartnerAccount resource. |
partner | string | The PartnerAccountId of the PartnerAccount resource. |
partnerAccountArn
Type:
string
The ARN of the PartnerAccount resource.
partnerAccountId
Type:
string
The PartnerAccountId of the PartnerAccount resource.