cloudformation_deregister_type {paws.management} | R Documentation |
Marks an extension or extension version as DEPRECATED in the CloudFormation registry, removing it from active use
Description
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.
Usage
cloudformation_deregister_type(
Arn = NULL,
Type = NULL,
TypeName = NULL,
VersionId = NULL
)
Arguments
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. |