View source: R/cloudformation_operations.R
cloudformation_publish_type | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/cloudformation_publish_type/ for full documentation.
cloudformation_publish_type(
Type = NULL,
Arn = NULL,
TypeName = NULL,
PublicVersionNumber = NULL
)
Type |
The type of the extension. Conditional: You must specify |
Arn |
The Amazon Resource Name (ARN) of the extension. Conditional: You must specify |
TypeName |
The name of the extension. Conditional: You must specify |
PublicVersionNumber |
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:
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.