Deactivate Type
cloudformation_deactivate_type | R Documentation |
Deactivates a public extension that was previously activated in this account and Region¶
Description¶
Deactivates a public extension that was previously activated in this account and Region.
Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations where the stack template includes the extension, even if no updates are being made to the extension. In addition, deactivated extensions aren't automatically updated if a new version of the extension is released.
Usage¶
Arguments¶
TypeName
The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either
Arn
, orTypeName
andType
.Type
The extension type.
Conditional: You must specify either
Arn
, orTypeName
andType
.Arn
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either
Arn
, orTypeName
andType
.
Value¶
An empty list.