/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate. */ export interface AwsIotCertificate { CACertificatePem?: string; CertificatePem?: string; CertificateSigningRequest?: string; CertificateMode?: "DEFAULT" | "SNI_ONLY"; Status: "ACTIVE" | "INACTIVE" | "REVOKED" | "PENDING_TRANSFER" | "PENDING_ACTIVATION"; Id?: string; Arn?: string; }