libZSservicesZSamazonka-kmsZSamazonka-kms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KMS.DeleteCustomKeyStore

Description

Deletes a custom key store. This operation does not delete the CloudHSM cluster that is associated with the custom key store, or affect any users or keys in the cluster.

The custom key store that you delete cannot contain any KMS KMS keys. Before deleting the key store, verify that you will never need to use any of the KMS keys in the key store for any cryptographic operations. Then, use ScheduleKeyDeletion to delete the KMS keys from the key store. When the scheduled waiting period expires, the ScheduleKeyDeletion operation deletes the KMS keys. Then it makes a best effort to delete the key material from the associated cluster. However, you might need to manually delete the orphaned key material from the cluster and its backups.

After all KMS keys are deleted from KMS, use DisconnectCustomKeyStore to disconnect the key store from KMS. Then, you can delete the custom key store.

Instead of deleting the custom key store, consider using DisconnectCustomKeyStore to disconnect it from KMS. While the key store is disconnected, you cannot create or use the KMS keys in the key store. But, you do not need to delete KMS keys and you can reconnect a disconnected custom key store at any time.

If the operation succeeds, it returns a JSON object with no properties.

This operation is part of the Custom Key Store feature feature in KMS, which combines the convenience and extensive integration of KMS with the isolation and control of a single-tenant key store.

Cross-account use: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account.

Required permissions: kms:DeleteCustomKeyStore (IAM policy)

Related operations:

  • ConnectCustomKeyStore
  • CreateCustomKeyStore
  • DescribeCustomKeyStores
  • DisconnectCustomKeyStore
  • UpdateCustomKeyStore
Synopsis

Creating a Request

data DeleteCustomKeyStore Source #

See: newDeleteCustomKeyStore smart constructor.

Constructors

DeleteCustomKeyStore' 

Fields

  • customKeyStoreId :: Text

    Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

Instances

Instances details
Eq DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Read DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Show DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Generic DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Associated Types

type Rep DeleteCustomKeyStore :: Type -> Type #

NFData DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Methods

rnf :: DeleteCustomKeyStore -> () #

Hashable DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

ToJSON DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

AWSRequest DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Associated Types

type AWSResponse DeleteCustomKeyStore #

ToHeaders DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

ToPath DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

ToQuery DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

type Rep DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

type Rep DeleteCustomKeyStore = D1 ('MetaData "DeleteCustomKeyStore" "Amazonka.KMS.DeleteCustomKeyStore" "libZSservicesZSamazonka-kmsZSamazonka-kms" 'False) (C1 ('MetaCons "DeleteCustomKeyStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customKeyStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCustomKeyStore Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

newDeleteCustomKeyStore Source #

Create a value of DeleteCustomKeyStore with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customKeyStoreId:DeleteCustomKeyStore', deleteCustomKeyStore_customKeyStoreId - Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

Request Lenses

deleteCustomKeyStore_customKeyStoreId :: Lens' DeleteCustomKeyStore Text Source #

Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

Destructuring the Response

data DeleteCustomKeyStoreResponse Source #

See: newDeleteCustomKeyStoreResponse smart constructor.

Constructors

DeleteCustomKeyStoreResponse' 

Fields

Instances

Instances details
Eq DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Read DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Show DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Generic DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

Associated Types

type Rep DeleteCustomKeyStoreResponse :: Type -> Type #

NFData DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

type Rep DeleteCustomKeyStoreResponse Source # 
Instance details

Defined in Amazonka.KMS.DeleteCustomKeyStore

type Rep DeleteCustomKeyStoreResponse = D1 ('MetaData "DeleteCustomKeyStoreResponse" "Amazonka.KMS.DeleteCustomKeyStore" "libZSservicesZSamazonka-kmsZSamazonka-kms" 'False) (C1 ('MetaCons "DeleteCustomKeyStoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCustomKeyStoreResponse Source #

Create a value of DeleteCustomKeyStoreResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteCustomKeyStoreResponse', deleteCustomKeyStoreResponse_httpStatus - The response's http status code.

Response Lenses