Skip to content

/AWS1/CL_FRM=>PUBLISHTYPE()

About PublishType

Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public extensions are available for use by all CloudFormation users. For more information about publishing extensions, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide.

To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see RegisterPublisher.

Method Signature

IMPORTING

Optional arguments:

IV_TYPE TYPE /AWS1/FRMTHIRDPARTYTYPE /AWS1/FRMTHIRDPARTYTYPE

The type of the extension.

Conditional: You must specify Arn, or TypeName and Type.

IV_ARN TYPE /AWS1/FRMPRIVATETYPEARN /AWS1/FRMPRIVATETYPEARN

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify Arn, or TypeName and Type.

IV_TYPENAME TYPE /AWS1/FRMTYPENAME /AWS1/FRMTYPENAME

The name of the extension.

Conditional: You must specify Arn, or TypeName and Type.

IV_PUBLICVERSIONNUMBER TYPE /AWS1/FRMPUBLICVERSIONNUMBER /AWS1/FRMPUBLICVERSIONNUMBER

The version number to assign to this version of the extension.

Use the following format, and adhere to semantic versioning when assigning a version number to your extension:

MAJOR.MINOR.PATCH

For more information, see Semantic Versioning 2.0.0.

If you don't specify a version number, CloudFormation increments the version number by one minor version release.

You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be 1.0.0.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMPUBLISHTYPEOUTPUT /AWS1/CL_FRMPUBLISHTYPEOUTPUT