Skip to contents

Deactivates 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.

Usage

cloudformation_deactivate_type(TypeName = NULL, Type = NULL, Arn = NULL)

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, or TypeName and Type.

Type

The extension type.

Conditional: You must specify either Arn, or TypeName and Type.

Arn

The Amazon Resource Name (ARN) for the extension in this account and Region.

Conditional: You must specify either Arn, or TypeName and Type.