View source: R/cloudformation_operations.R
cloudformation_describe_type | R Documentation |
Returns detailed information about an extension that has been registered.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_type/ for full documentation.
cloudformation_describe_type(
Type = NULL,
TypeName = NULL,
Arn = NULL,
VersionId = NULL,
PublisherId = NULL,
PublicVersionNumber = NULL
)
Type |
The kind of extension. Conditional: You must specify either |
TypeName |
The name of the extension. Conditional: You must specify either |
Arn |
The Amazon Resource Name (ARN) of the extension. Conditional: You must specify either |
VersionId |
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered. If you specify a |
PublisherId |
The publisher ID of the extension publisher. Extensions provided by Amazon Web Services are not assigned a publisher ID. |
PublicVersionNumber |
The version number of a public third-party extension. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.