Skip to content

/AWS1/CL_FRMDESCRPUBEROUTPUT

DescribePublisherOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PUBLISHERID TYPE /AWS1/FRMPUBLISHERID /AWS1/FRMPUBLISHERID

The ID of the extension publisher.

IV_PUBLISHERSTATUS TYPE /AWS1/FRMPUBLISHERSTATUS /AWS1/FRMPUBLISHERSTATUS

Whether the publisher is verified. Currently, all registered publishers are verified.

IV_IDENTITYPROVIDER TYPE /AWS1/FRMIDENTITYPROVIDER /AWS1/FRMIDENTITYPROVIDER

The type of account used as the identity provider when registering this publisher with CloudFormation.

IV_PUBLISHERPROFILE TYPE /AWS1/FRMPUBLISHERPROFILE /AWS1/FRMPUBLISHERPROFILE

The URL to the publisher's profile with the identity provider.


Queryable Attributes

PublisherId

The ID of the extension publisher.

Accessible with the following methods

Method Description
GET_PUBLISHERID() Getter for PUBLISHERID, with configurable default
ASK_PUBLISHERID() Getter for PUBLISHERID w/ exceptions if field has no value
HAS_PUBLISHERID() Determine if PUBLISHERID has a value

PublisherStatus

Whether the publisher is verified. Currently, all registered publishers are verified.

Accessible with the following methods

Method Description
GET_PUBLISHERSTATUS() Getter for PUBLISHERSTATUS, with configurable default
ASK_PUBLISHERSTATUS() Getter for PUBLISHERSTATUS w/ exceptions if field has no val
HAS_PUBLISHERSTATUS() Determine if PUBLISHERSTATUS has a value

IdentityProvider

The type of account used as the identity provider when registering this publisher with CloudFormation.

Accessible with the following methods

Method Description
GET_IDENTITYPROVIDER() Getter for IDENTITYPROVIDER, with configurable default
ASK_IDENTITYPROVIDER() Getter for IDENTITYPROVIDER w/ exceptions if field has no va
HAS_IDENTITYPROVIDER() Determine if IDENTITYPROVIDER has a value

PublisherProfile

The URL to the publisher's profile with the identity provider.

Accessible with the following methods

Method Description
GET_PUBLISHERPROFILE() Getter for PUBLISHERPROFILE, with configurable default
ASK_PUBLISHERPROFILE() Getter for PUBLISHERPROFILE w/ exceptions if field has no va
HAS_PUBLISHERPROFILE() Determine if PUBLISHERPROFILE has a value