AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.204.3" />

.NET API 422,512 bytes

 DeactivateTypeRequest

Container for the parameters to the DeactivateType operation. 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.

public string Arn { get; set; }

Gets and sets the property Arn.

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

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

public ThirdPartyType Type { get; set; }

Gets and sets the property Type.

The extension type.

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

public string TypeName { get; set; }

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