AWSIoTMitigationAction

Objective-C

@interface AWSIoTMitigationAction

Swift

class AWSIoTMitigationAction

Describes which changes should be applied as part of a mitigation action.

  • The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTMitigationActionParams *_Nullable actionParams;

    Swift

    var actionParams: AWSIoTMitigationActionParams? { get set }
  • A unique identifier for the mitigation action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • A user-friendly name for the mitigation action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • The IAM role ARN used to apply this mitigation action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }