CACertificateDescription - Amazon IoT
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CACertificateDescription

Describes a CA certificate.

Contents

autoRegistrationStatus

Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"

Type: String

Valid Values: ENABLE | DISABLE

Required: No

certificateArn

The CA certificate ARN.

Type: String

Required: No

certificateId

The CA certificate ID.

Type: String

Length Constraints: Fixed length of 64.

Pattern: (0x)?[a-fA-F0-9]+

Required: No

certificateMode

The 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.

Type: String

Valid Values: DEFAULT | SNI_ONLY

Required: No

certificatePem

The CA certificate data, in PEM format.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 65536.

Pattern: [\s\S]*

Required: No

creationDate

The date the CA certificate was created.

Type: Timestamp

Required: No

customerVersion

The customer version of the CA certificate.

Type: Integer

Valid Range: Minimum value of 1.

Required: No

generationId

The generation ID of the CA certificate.

Type: String

Required: No

lastModifiedDate

The date the CA certificate was last modified.

Type: Timestamp

Required: No

ownedBy

The owner of the CA certificate.

Type: String

Length Constraints: Fixed length of 12.

Pattern: [0-9]+

Required: No

status

The status of a CA certificate.

Type: String

Valid Values: ACTIVE | INACTIVE

Required: No

validity

When the CA certificate is valid.

Type: CertificateValidity object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: