interface PublisherReference
Language | Type name |
---|---|
![]() | Amazon.CDK.PublisherReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#PublisherReference |
![]() | software.amazon.awscdk.PublisherReference |
![]() | aws_cdk.PublisherReference |
![]() | aws-cdk-lib » PublisherReference |
A reference to a Publisher resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const publisherReference: cdk.PublisherReference = {
publisherId: 'publisherId',
};
Properties
Name | Type | Description |
---|---|---|
publisher | string | The PublisherId of the Publisher resource. |
publisherId
Type:
string
The PublisherId of the Publisher resource.