cloudformation_deactivate_type: Deactivates a public extension that was previously activated...

View source: R/cloudformation_operations.R

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

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.