interface PublisherReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.PublisherReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#PublisherReference |
![]() | software.amazon.awscdk.services.cloudformation.PublisherReference |
![]() | aws_cdk.aws_cloudformation.PublisherReference |
![]() | aws-cdk-lib » aws_cloudformation » 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 { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const publisherReference: cloudformation.PublisherReference = {
publisherId: 'publisherId',
};
Properties
Name | Type | Description |
---|---|---|
publisher | string | The PublisherId of the Publisher resource. |
publisherId
Type:
string
The PublisherId of the Publisher resource.