AWSIoTStartOnDemandAuditTaskRequest

Objective-C

@interface AWSIoTStartOnDemandAuditTaskRequest

Swift

class AWSIoTStartOnDemandAuditTaskRequest
  • Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable targetCheckNames;

    Swift

    var targetCheckNames: [String]? { get set }