interface PublisherReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudFormation.PublisherReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudformation#PublisherReference |
Java | software.amazon.awscdk.interfaces.cloudformation.PublisherReference |
Python | aws_cdk.interfaces.aws_cloudformation.PublisherReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_cloudformation } from 'aws-cdk-lib/interfaces';
const publisherReference: interfaces_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.

.NET
Go
Java
Python
TypeScript