GetCustomKeyStoreResult

data class GetCustomKeyStoreResult(val cloudHsmClusterId: String, val connectionState: String, val creationDate: String, val customKeyStoreId: String, val customKeyStoreName: String, val id: String, val trustAnchorCertificate: String)

A collection of values returned by getCustomKeyStore.

Constructors

Link copied to clipboard
constructor(cloudHsmClusterId: String, connectionState: String, creationDate: String, customKeyStoreId: String, customKeyStoreName: String, id: String, trustAnchorCertificate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Indicates whether the custom key store is connected to its CloudHSM cluster.

Link copied to clipboard

The date and time when the custom key store was created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The trust anchor certificate of the associated CloudHSM cluster.