Certificate

class Certificate : KotlinCustomResource

Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate.

Properties

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name (ARN) for the certificate. For example: { "Fn::GetAtt": ["MyCertificate", "Arn"] } A value similar to the following is returned: arn:aws:iot:ap-southeast-2:123456789012:cert/a1234567b89c012d3e4fg567hij8k9l01mno1p23q45678901rs234567890t1u2

Link copied to clipboard
val awsId: Output<String>

The certificate ID.

Link copied to clipboard
val caCertificatePem: Output<String>?

The CA certificate used to sign the device certificate being registered, not available when CertificateMode is SNI_ONLY.

Link copied to clipboard

Specifies which mode of certificate registration to use with this resource. Valid options are DEFAULT with CaCertificatePem and CertificatePem, SNI_ONLY with CertificatePem, and Default with CertificateSigningRequest. DEFAULT : A certificate in DEFAULT mode is either generated by AWS IoT Core or registered with an issuer certificate authority (CA). Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to AWS IoT Core . However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to AWS IoT Core . SNI_ONLY : A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to AWS IoT Core .

Link copied to clipboard
val certificatePem: Output<String>?

The certificate data in PEM format. Requires SNI_ONLY for the certificate mode or the accompanying CACertificatePem for registration.

Link copied to clipboard

The certificate signing request (CSR).

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The status of the certificate. Valid values are ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, and PENDING_ACTIVATION. The status value REGISTER_INACTIVE is deprecated and should not be used.

Link copied to clipboard
val urn: Output<String>