AWSIoTMitigationActionParams
Objective-C
@interface AWSIoTMitigationActionParams
Swift
class AWSIoTMitigationActionParams
The set of parameters for this mitigation action. You can specify only one type of parameter (in other words, you can apply only one action for each defined mitigation action).
-
Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAddThingsToThingGroupParams *_Nullable addThingsToThingGroupParams;
Swift
var addThingsToThingGroupParams: AWSIoTAddThingsToThingGroupParams? { get set }
-
Parameters to define a mitigation action that enables Amazon Web Services IoT Core logging at a specified level of detail.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTEnableIoTLoggingParams *_Nullable enableIoTLoggingParams;
Swift
var enableIoTLoggingParams: AWSIoTEnableIoTLoggingParams? { get set }
-
Parameters to define a mitigation action that publishes findings to Amazon Simple Notification Service (Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTPublishFindingToSnsParams *_Nullable publishFindingToSnsParams;
Swift
var publishFindingToSnsParams: AWSIoTPublishFindingToSnsParams? { get set }
-
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTReplaceDefaultPolicyVersionParams *_Nullable replaceDefaultPolicyVersionParams;
Swift
var replaceDefaultPolicyVersionParams: AWSIoTReplaceDefaultPolicyVersionParams? { get set }
-
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTUpdateCACertificateParams *_Nullable updateCACertificateParams;
Swift
var updateCACertificateParams: AWSIoTUpdateCACertificateParams? { get set }
-
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTUpdateDeviceCertificateParams *_Nullable updateDeviceCertificateParams;
Swift
var updateDeviceCertificateParams: AWSIoTUpdateDeviceCertificateParams? { get set }