CaCertificate

class CaCertificate : KotlinCustomResource

Registers a CA Certificate in IoT.

Properties

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name (ARN) for the CA certificate. For example: { "Fn::GetAtt": ["MyCACertificate", "Arn"] } A value similar to the following is returned: arn:aws:iot:us-east-1:123456789012:cacert/a6be6b84559801927e35a8f901fae08b5971d78d1562e29504ff9663b276a5f5

Link copied to clipboard

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

Link copied to clipboard
val awsId: Output<String>

The CA certificate ID.

Link copied to clipboard

The certificate data in PEM format.

Link copied to clipboard

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 . Valid values are "DEFAULT" and "SNI_ONLY".

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

Information about the registration configuration.

Link copied to clipboard

If true, removes auto registration.

Link copied to clipboard

The status of the CA certificate. Valid values are "ACTIVE" and "INACTIVE".

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The private key verification certificate.