@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
35 lines • 1.1 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyUsage = exports.KeySpec = exports.KeyOrigin = void 0;
exports.KeyOrigin = {
AwsKms: "AWS_KMS",
External: "EXTERNAL",
};
exports.KeySpec = {
SymmetricDefault: "SYMMETRIC_DEFAULT",
Rsa2048: "RSA_2048",
Rsa3072: "RSA_3072",
Rsa4096: "RSA_4096",
EccNistP256: "ECC_NIST_P256",
EccNistP384: "ECC_NIST_P384",
EccNistP521: "ECC_NIST_P521",
EccSecgP256k1: "ECC_SECG_P256K1",
Hmac224: "HMAC_224",
Hmac256: "HMAC_256",
Hmac384: "HMAC_384",
Hmac512: "HMAC_512",
Sm2: "SM2",
MlDsa44: "ML_DSA_44",
MlDsa65: "ML_DSA_65",
MlDsa87: "ML_DSA_87",
EccNistEdwards25519: "ECC_NIST_EDWARDS25519",
};
exports.KeyUsage = {
EncryptDecrypt: "ENCRYPT_DECRYPT",
SignVerify: "SIGN_VERIFY",
GenerateVerifyMac: "GENERATE_VERIFY_MAC",
KeyAgreement: "KEY_AGREEMENT",
};
//# sourceMappingURL=index.js.map