https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kms
AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. AWS KMS is integrated with AWS CloudTrail to provide you with logs of all key usage to help meet your regulatory and compliance needs.
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kms
aws-key-management aws-kms aws-resources kms resources
Last synced: over 1 year ago
JSON representation
AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. AWS KMS is integrated with AWS CloudTrail to provide you with logs of all key usage to help meet your regulatory and compliance needs.
- Host: GitHub
- URL: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kms
- Owner: aws-cloudformation
- License: apache-2.0
- Created: 2020-02-12T23:41:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T19:53:22.000Z (about 2 years ago)
- Last Synced: 2025-03-29T01:42:15.798Z (over 1 year ago)
- Topics: aws-key-management, aws-kms, aws-resources, kms, resources
- Language: Java
- Homepage: https://aws.amazon.com/kms/
- Size: 278 KB
- Stars: 15
- Watchers: 20
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## AWS CloudFormation Resource Provider Package For AWS Key Management Service
This repository contains AWS-owned resource providers for the `AWS::KMS::*` namespace.
[](https://travis-ci.com/aws-cloudformation/aws-cloudformation-resource-providers-kms)
Usage
-----
The CloudFormation CLI (cfn) allows you to author your own resource providers that can be used by CloudFormation.
Refer to the documentation for the [CloudFormation CLI](https://github.com/aws-cloudformation/aws-cloudformation-rpdk) for usage instructions.
Development
-----------
First, you will need to install the [CloudFormation CLI](https://github.com/aws-cloudformation/aws-cloudformation-rpdk), as it is a required dependency:
```shell
pip3 install cloudformation-cli
pip3 install cloudformation-cli-java-plugin
```
Linting is done via [pre-commit](https://pre-commit.com/), and is performed automatically on commit. The continuous integration also runs these checks.
```shell
pre-commit install
```
Manual options are available so you don't have to commit:
```shell
# run all hooks on all files, mirrors what the CI runs
pre-commit run --all-files
# run unit tests and coverage checks
mvn verify
```
License
-------
This library is licensed under the Apache 2.0 License.