![]() |
![]()
| ![]() |
![]()
NAMEPaws::KMS::CustomKeyStoresListEntry USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::KMS::CustomKeyStoresListEntry object: $service_obj->Method(Att1 => { CloudHsmClusterId => $value, ..., TrustAnchorCertificate => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::KMS::CustomKeyStoresListEntry object: $result = $service_obj->Method(...); $result->Att1->CloudHsmClusterId DESCRIPTIONContains information about each custom key store in the custom key store list. ATTRIBUTESCloudHsmClusterId => StrA unique identifier for the AWS CloudHSM cluster that is associated with the custom key store. ConnectionErrorCode => StrDescribes the connection error. This field appears in the response only when the "ConnectionState" is "FAILED". For help resolving these errors, see How to Fix a Connection Failure (https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-failed) in AWS Key Management Service Developer Guide. Valid values are:
ConnectionState => StrIndicates whether the custom key store is connected to its AWS CloudHSM cluster. You can create and use CMKs in your custom key stores only when its connection state is "CONNECTED". The value is "DISCONNECTED" if the key store has never been connected or you use the DisconnectCustomKeyStore operation to disconnect it. If the value is "CONNECTED" but you are having trouble using the custom key store, make sure that its associated AWS CloudHSM cluster is active and contains at least one active HSM. A value of "FAILED" indicates that an attempt to connect was unsuccessful. The "ConnectionErrorCode" field in the response indicates the cause of the failure. For help resolving a connection failure, see Troubleshooting a Custom Key Store (https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html) in the AWS Key Management Service Developer Guide. CreationDate => StrThe date and time when the custom key store was created. CustomKeyStoreId => StrA unique identifier for the custom key store. CustomKeyStoreName => StrThe user-specified friendly name for the custom key store. TrustAnchorCertificate => StrThe trust anchor certificate of the associated AWS CloudHSM cluster. When you initialize the cluster (https://docs.aws.amazon.com/cloudhsm/latest/userguide/initialize-cluster.html#sign-csr), you create this certificate and save it in the "customerCA.crt" file. SEE ALSOThis class forms part of Paws, describing an object used in Paws::KMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|