AWSIoTUpdateCertificateProviderRequest

Objective-C

@interface AWSIoTUpdateCertificateProviderRequest

Swift

class AWSIoTUpdateCertificateProviderRequest
  • A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

    Declaration

    Objective-C

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

    Swift

    var accountDefaultForOperations: [String]? { get set }
  • The name of the certificate provider.

    Declaration

    Objective-C

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

    Swift

    var certificateProviderName: String? { get set }
  • The Lambda function ARN that’s associated with the certificate provider.

    Declaration

    Objective-C

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

    Swift

    var lambdaFunctionArn: String? { get set }