View source: R/cloudformation_operations.R
cloudformation_deregister_type | R Documentation |
Marks an extension or extension version as DEPRECATED
in the CloudFormation registry, removing it from active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.
See https://www.paws-r-sdk.com/docs/cloudformation_deregister_type/ for full documentation.
cloudformation_deregister_type(
Arn = NULL,
Type = NULL,
TypeName = NULL,
VersionId = NULL
)
Arn |
The Amazon Resource Name (ARN) of the extension. Conditional: You must specify either |
Type |
The kind of extension. Conditional: You must specify either |
TypeName |
The name 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.