CustomKeyStoresListEntry class
Contains information about each custom key store in the custom key store list.
Constructors
- CustomKeyStoresListEntry({String? cloudHsmClusterId, ConnectionErrorCodeType? connectionErrorCode, ConnectionStateType? connectionState, DateTime? creationDate, String? customKeyStoreId, String? customKeyStoreName, String? trustAnchorCertificate})
-
CustomKeyStoresListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cloudHsmClusterId → String?
-
A unique identifier for the AWS CloudHSM cluster that is associated with the
custom key store.
final
- connectionErrorCode → ConnectionErrorCodeType?
-
Describes the connection error. This field appears in the response only when
the
ConnectionState
isFAILED
. For help resolving these errors, see How to Fix a Connection Failure in AWS Key Management Service Developer Guide.final - connectionState → ConnectionStateType?
-
Indicates whether the custom key store is connected to its AWS CloudHSM
cluster.
final
- creationDate → DateTime?
-
The date and time when the custom key store was created.
final
- customKeyStoreId → String?
-
A unique identifier for the custom key store.
final
- customKeyStoreName → String?
-
The user-specified friendly name for the custom key store.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trustAnchorCertificate → String?
-
The trust anchor certificate of the associated AWS CloudHSM cluster. When
you initialize
the cluster, you create this certificate and save it in the
customerCA.crt
file.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited