AWS::IoT::MitigationAction UpdateCACertificateParams
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Action" :
String
}
YAML
Action:
String
Properties
Action
-
The action that you want to apply to the CA certificate. The only supported value is
DEACTIVATE
.Required: Yes
Type: String
Allowed values:
DEACTIVATE | UNSET_VALUE
Update requires: No interruption