AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DeactivateType operation. Deactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it.
Deactivating an extension deletes the configuration details that are associated with it. To temporary disable a CloudFormation Hook instead, you can use SetTypeConfiguration.
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.
To see which extensions are currently activated, use ListTypes.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class DeactivateTypeRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The DeactivateTypeRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeactivateTypeRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either |
![]() |
Type | Amazon.CloudFormation.ThirdPartyType |
Gets and sets the property Type. The extension type.
Conditional: You must specify either |
![]() |
TypeName | System.String |
Gets and sets the property 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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer