@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)
128 lines • 6 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.TemplateValidityPeriodType = exports.TemplatePrivateKeyAlgorithm = exports.TemplateKeyUsagePropertyType = exports.TemplateKeySpec = exports.TemplateHashAlgorithm = exports.TemplateGroupAccessControlEntryAccessRight = exports.TemplateClientCompatibilityV4 = exports.TemplateClientCompatibilityV3 = exports.TemplateClientCompatibilityV2 = exports.TemplateApplicationPolicyType = exports.ConnectorVpcInformationIpAddressType = void 0;
exports.ConnectorVpcInformationIpAddressType = {
Ipv4: "IPV4",
Dualstack: "DUALSTACK",
};
exports.TemplateApplicationPolicyType = {
AllApplicationPolicies: "ALL_APPLICATION_POLICIES",
AnyPurpose: "ANY_PURPOSE",
AttestationIdentityKeyCertificate: "ATTESTATION_IDENTITY_KEY_CERTIFICATE",
CertificateRequestAgent: "CERTIFICATE_REQUEST_AGENT",
ClientAuthentication: "CLIENT_AUTHENTICATION",
CodeSigning: "CODE_SIGNING",
CtlUsage: "CTL_USAGE",
DigitalRights: "DIGITAL_RIGHTS",
DirectoryServiceEmailReplication: "DIRECTORY_SERVICE_EMAIL_REPLICATION",
DisallowedList: "DISALLOWED_LIST",
DnsServerTrust: "DNS_SERVER_TRUST",
DocumentEncryption: "DOCUMENT_ENCRYPTION",
DocumentSigning: "DOCUMENT_SIGNING",
DynamicCodeGenerator: "DYNAMIC_CODE_GENERATOR",
EarlyLaunchAntimalwareDriver: "EARLY_LAUNCH_ANTIMALWARE_DRIVER",
EmbeddedWindowsSystemComponentVerification: "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
Enclave: "ENCLAVE",
EncryptingFileSystem: "ENCRYPTING_FILE_SYSTEM",
EndorsementKeyCertificate: "ENDORSEMENT_KEY_CERTIFICATE",
FileRecovery: "FILE_RECOVERY",
HalExtension: "HAL_EXTENSION",
IpSecurityEndSystem: "IP_SECURITY_END_SYSTEM",
IpSecurityIkeIntermediate: "IP_SECURITY_IKE_INTERMEDIATE",
IpSecurityTunnelTermination: "IP_SECURITY_TUNNEL_TERMINATION",
IpSecurityUser: "IP_SECURITY_USER",
IsolatedUserMode: "ISOLATED_USER_MODE",
KdcAuthentication: "KDC_AUTHENTICATION",
KernelModeCodeSigning: "KERNEL_MODE_CODE_SIGNING",
KeyPackLicenses: "KEY_PACK_LICENSES",
KeyRecovery: "KEY_RECOVERY",
KeyRecoveryAgent: "KEY_RECOVERY_AGENT",
LicenseServerVerification: "LICENSE_SERVER_VERIFICATION",
LifetimeSigning: "LIFETIME_SIGNING",
MicrosoftPublisher: "MICROSOFT_PUBLISHER",
MicrosoftTimeStamping: "MICROSOFT_TIME_STAMPING",
MicrosoftTrustListSigning: "MICROSOFT_TRUST_LIST_SIGNING",
OcspSigning: "OCSP_SIGNING",
OemWindowsSystemComponentVerification: "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
PlatformCertificate: "PLATFORM_CERTIFICATE",
PreviewBuildSigning: "PREVIEW_BUILD_SIGNING",
PrivateKeyArchival: "PRIVATE_KEY_ARCHIVAL",
ProtectedProcessLightVerification: "PROTECTED_PROCESS_LIGHT_VERIFICATION",
ProtectedProcessVerification: "PROTECTED_PROCESS_VERIFICATION",
QualifiedSubordination: "QUALIFIED_SUBORDINATION",
RevokedListSigner: "REVOKED_LIST_SIGNER",
RootProgramAutoUpdateCaRevocation: "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION",
RootProgramAutoUpdateEndRevocation: "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION",
RootProgramNoOscpFailoverToCrl: "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL",
RootListSigner: "ROOT_LIST_SIGNER",
SecureEmail: "SECURE_EMAIL",
ServerAuthentication: "SERVER_AUTHENTICATION",
SmartCardLogin: "SMART_CARD_LOGIN",
SpcEncryptedDigestRetryCount: "SPC_ENCRYPTED_DIGEST_RETRY_COUNT",
SpcRelaxedPeMarkerCheck: "SPC_RELAXED_PE_MARKER_CHECK",
TimeStamping: "TIME_STAMPING",
WindowsHardwareDriverAttestedVerification: "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION",
WindowsHardwareDriverExtendedVerification: "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION",
WindowsHardwareDriverVerification: "WINDOWS_HARDWARE_DRIVER_VERIFICATION",
WindowsHelloRecoveryKeyEncryption: "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION",
WindowsKitsComponent: "WINDOWS_KITS_COMPONENT",
WindowsRtVerification: "WINDOWS_RT_VERIFICATION",
WindowsSoftwareExtensionVerification: "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION",
WindowsStore: "WINDOWS_STORE",
WindowsSystemComponentVerification: "WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
WindowsTcbComponent: "WINDOWS_TCB_COMPONENT",
WindowsThirdPartyApplicationComponent: "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT",
WindowsUpdate: "WINDOWS_UPDATE",
};
exports.TemplateClientCompatibilityV2 = {
WindowsServer2003: "WINDOWS_SERVER_2003",
WindowsServer2008: "WINDOWS_SERVER_2008",
WindowsServer2008r2: "WINDOWS_SERVER_2008_R2",
WindowsServer2012: "WINDOWS_SERVER_2012",
WindowsServer2012r2: "WINDOWS_SERVER_2012_R2",
WindowsServer2016: "WINDOWS_SERVER_2016",
};
exports.TemplateClientCompatibilityV3 = {
WindowsServer2008: "WINDOWS_SERVER_2008",
WindowsServer2008r2: "WINDOWS_SERVER_2008_R2",
WindowsServer2012: "WINDOWS_SERVER_2012",
WindowsServer2012r2: "WINDOWS_SERVER_2012_R2",
WindowsServer2016: "WINDOWS_SERVER_2016",
};
exports.TemplateClientCompatibilityV4 = {
WindowsServer2012: "WINDOWS_SERVER_2012",
WindowsServer2012r2: "WINDOWS_SERVER_2012_R2",
WindowsServer2016: "WINDOWS_SERVER_2016",
};
exports.TemplateGroupAccessControlEntryAccessRight = {
Allow: "ALLOW",
Deny: "DENY",
};
exports.TemplateHashAlgorithm = {
Sha256: "SHA256",
Sha384: "SHA384",
Sha512: "SHA512",
};
exports.TemplateKeySpec = {
KeyExchange: "KEY_EXCHANGE",
Signature: "SIGNATURE",
};
exports.TemplateKeyUsagePropertyType = {
All: "ALL",
};
exports.TemplatePrivateKeyAlgorithm = {
Rsa: "RSA",
EcdhP256: "ECDH_P256",
EcdhP384: "ECDH_P384",
EcdhP521: "ECDH_P521",
};
exports.TemplateValidityPeriodType = {
Hours: "HOURS",
Days: "DAYS",
Weeks: "WEEKS",
Months: "MONTHS",
Years: "YEARS",
};
//# sourceMappingURL=index.js.map