UNPKG

@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 (21 loc) 1.08 kB
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"; readonly SelfSignedRepository: "SELF_SIGNED_REPOSITORY"; }; export type TrustAnchorType = (typeof TrustAnchorType)[keyof typeof TrustAnchorType];