AWS::IoT::CACertificateSpecifies a CA certificate.
import { CfnCACertificate } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnCACertificateConfiguration passed to the constructor as CfnCACertificateProps.
caCertificatePemRequiredstringThe certificate data in PEM format.
statusRequiredstringThe status of the CA certificate. Valid values are "ACTIVE" and "INACTIVE".
autoRegistrationStatusOptionalstringWhether the CA certificate is configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE".
certificateModeOptionalstringThe mode of the CA. All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see [certificate mode](https://docs.aws.amazon.com//iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode) . Valid values are "DEFAULT" and "SNI_ONLY".
registrationConfigOptionalIResolvable | RegistrationConfigPropertyInformation about the registration configuration.
removeAutoRegistrationOptionalboolean | IResolvableIf true, removes auto registration.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
verificationCertificatePemOptionalstringThe private key verification certificate.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::CACertificate