@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)
22 lines • 863 B
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.TrustAnchorType = exports.TrustAnchorNotificationEvent = exports.TrustAnchorNotificationChannel = exports.ProfileCertificateField = void 0;
exports.ProfileCertificateField = {
X509Subject: "x509Subject",
X509Issuer: "x509Issuer",
X509san: "x509SAN",
};
exports.TrustAnchorNotificationChannel = {
All: "ALL",
};
exports.TrustAnchorNotificationEvent = {
CaCertificateExpiry: "CA_CERTIFICATE_EXPIRY",
EndEntityCertificateExpiry: "END_ENTITY_CERTIFICATE_EXPIRY",
};
exports.TrustAnchorType = {
AwsAcmPca: "AWS_ACM_PCA",
CertificateBundle: "CERTIFICATE_BUNDLE",
};
//# sourceMappingURL=index.js.map