@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)
21 lines (20 loc) • 1.02 kB
TypeScript
export declare const ProfileCertificateField: {
readonly X509Subject: "x509Subject";
readonly X509Issuer: "x509Issuer";
readonly X509san: "x509SAN";
};
export type ProfileCertificateField = (typeof ProfileCertificateField)[keyof typeof ProfileCertificateField];
export declare const TrustAnchorNotificationChannel: {
readonly All: "ALL";
};
export type TrustAnchorNotificationChannel = (typeof TrustAnchorNotificationChannel)[keyof typeof TrustAnchorNotificationChannel];
export declare const TrustAnchorNotificationEvent: {
readonly CaCertificateExpiry: "CA_CERTIFICATE_EXPIRY";
readonly EndEntityCertificateExpiry: "END_ENTITY_CERTIFICATE_EXPIRY";
};
export type TrustAnchorNotificationEvent = (typeof TrustAnchorNotificationEvent)[keyof typeof TrustAnchorNotificationEvent];
export declare const TrustAnchorType: {
readonly AwsAcmPca: "AWS_ACM_PCA";
readonly CertificateBundle: "CERTIFICATE_BUNDLE";
};
export type TrustAnchorType = (typeof TrustAnchorType)[keyof typeof TrustAnchorType];