Marks an extension or extension version as DEPRECATED in the CloudFormation registry, removing it from active use
Source:R/cloudformation_operations.R
cloudformation_deregister_type.RdMarks 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.
Arguments
- Arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- Type
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- TypeName
The name of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- 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.