Get Publisher Result
data class GetPublisherResult(val identityProvider: PublisherIdentityProvider? = null, val publisherId: String? = null, val publisherProfile: String? = null, val publisherStatus: PublisherStatus? = null)
Constructors
Link copied to clipboard
constructor(identityProvider: PublisherIdentityProvider? = null, publisherId: String? = null, publisherProfile: String? = null, publisherStatus: PublisherStatus? = null)
Properties
Link copied to clipboard
The type of account used as the identity provider when registering this publisher with CloudFormation.
Link copied to clipboard
The publisher id assigned by CloudFormation for publishing in this region.
Link copied to clipboard
The URL to the publisher's profile with the identity provider.
Link copied to clipboard
Whether the publisher is verified.