AWS::IoT::MitigationAction ActionParams
Defines the type of action and the parameters for that action.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AddThingsToThingGroupParams" :
AddThingsToThingGroupParams
, "EnableIoTLoggingParams" :EnableIoTLoggingParams
, "PublishFindingToSnsParams" :PublishFindingToSnsParams
, "ReplaceDefaultPolicyVersionParams" :ReplaceDefaultPolicyVersionParams
, "UpdateCACertificateParams" :UpdateCACertificateParams
, "UpdateDeviceCertificateParams" :UpdateDeviceCertificateParams
}
YAML
AddThingsToThingGroupParams:
AddThingsToThingGroupParams
EnableIoTLoggingParams:EnableIoTLoggingParams
PublishFindingToSnsParams:PublishFindingToSnsParams
ReplaceDefaultPolicyVersionParams:ReplaceDefaultPolicyVersionParams
UpdateCACertificateParams:UpdateCACertificateParams
UpdateDeviceCertificateParams:UpdateDeviceCertificateParams
Properties
AddThingsToThingGroupParams
-
Specifies the group to which you want to add the devices.
Required: No
Type: AddThingsToThingGroupParams
Update requires: No interruption
EnableIoTLoggingParams
-
Specifies the logging level and the role with permissions for logging. You cannot specify a logging level of
DISABLED
.Required: No
Type: EnableIoTLoggingParams
Update requires: No interruption
PublishFindingToSnsParams
-
Specifies the topic to which the finding should be published.
Required: No
Type: PublishFindingToSnsParams
Update requires: No interruption
ReplaceDefaultPolicyVersionParams
-
Replaces the policy version with a default or blank policy. You specify the template name. Only a value of
BLANK_POLICY
is currently supported.Required: No
Type: ReplaceDefaultPolicyVersionParams
Update requires: No interruption
UpdateCACertificateParams
-
Specifies the new state for the CA certificate. Only a value of
DEACTIVATE
is currently supported.Required: No
Type: UpdateCACertificateParams
Update requires: No interruption
UpdateDeviceCertificateParams
-
Specifies the new state for a device certificate. Only a value of
DEACTIVATE
is currently supported.Required: No
Type: UpdateDeviceCertificateParams
Update requires: No interruption