Deactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it
Source:R/cloudformation_operations.R
cloudformation_deactivate_type.RdDeactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it.
See https://www.paws-r-sdk.com/docs/cloudformation_deactivate_type/ for full documentation.
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, orTypeNameandType.- Type
The extension type.
Conditional: You must specify either
Arn, orTypeNameandType.- Arn
The Amazon Resource Name (ARN) for the extension in this account and Region.
Conditional: You must specify either
Arn, orTypeNameandType.