AWSIoTCreateCertificateFromCsrResponse

Objective-C

@interface AWSIoTCreateCertificateFromCsrResponse

Swift

class AWSIoTCreateCertificateFromCsrResponse

The output from the CreateCertificateFromCsr operation.

  • The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

    Declaration

    Objective-C

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

    Swift

    var certificateArn: String? { get set }
  • The ID of the certificate. Certificate management operations only take a certificateId.

    Declaration

    Objective-C

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

    Swift

    var certificateId: String? { get set }
  • The certificate data, in PEM format.

    Declaration

    Objective-C

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

    Swift

    var certificatePem: String? { get set }