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)

72 lines 2.97 kB
"use strict"; // *** 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.TargetDomainVerificationStatus = exports.TargetDomainVerificationMethod = exports.TargetDomainVerificationDetailsMethod = exports.TargetDomainDnsVerificationDnsRecordType = exports.PentestRiskType = exports.PentestNetworkTrafficRuleNetworkTrafficRuleType = exports.PentestNetworkTrafficRuleEffect = exports.PentestCodeRemediationStrategy = exports.PentestAuthenticationProviderType = void 0; exports.PentestAuthenticationProviderType = { SecretsManager: "SECRETS_MANAGER", AwsLambda: "AWS_LAMBDA", AwsIamRole: "AWS_IAM_ROLE", AwsInternal: "AWS_INTERNAL", }; exports.PentestCodeRemediationStrategy = { Automatic: "AUTOMATIC", Disabled: "DISABLED", }; exports.PentestNetworkTrafficRuleEffect = { Allow: "ALLOW", Deny: "DENY", }; exports.PentestNetworkTrafficRuleNetworkTrafficRuleType = { Url: "URL", }; exports.PentestRiskType = { CrossSiteScripting: "CROSS_SITE_SCRIPTING", DefaultCredentials: "DEFAULT_CREDENTIALS", InsecureDirectObjectReference: "INSECURE_DIRECT_OBJECT_REFERENCE", PrivilegeEscalation: "PRIVILEGE_ESCALATION", ServerSideTemplateInjection: "SERVER_SIDE_TEMPLATE_INJECTION", CommandInjection: "COMMAND_INJECTION", CodeInjection: "CODE_INJECTION", SqlInjection: "SQL_INJECTION", ArbitraryFileUpload: "ARBITRARY_FILE_UPLOAD", InsecureDeserialization: "INSECURE_DESERIALIZATION", LocalFileInclusion: "LOCAL_FILE_INCLUSION", InformationDisclosure: "INFORMATION_DISCLOSURE", PathTraversal: "PATH_TRAVERSAL", ServerSideRequestForgery: "SERVER_SIDE_REQUEST_FORGERY", JsonWebTokenVulnerabilities: "JSON_WEB_TOKEN_VULNERABILITIES", XmlExternalEntity: "XML_EXTERNAL_ENTITY", FileDeletion: "FILE_DELETION", Other: "OTHER", GraphqlVulnerabilities: "GRAPHQL_VULNERABILITIES", BusinessLogicVulnerabilities: "BUSINESS_LOGIC_VULNERABILITIES", CryptographicVulnerabilities: "CRYPTOGRAPHIC_VULNERABILITIES", DenialOfService: "DENIAL_OF_SERVICE", FileAccess: "FILE_ACCESS", FileCreation: "FILE_CREATION", DatabaseModification: "DATABASE_MODIFICATION", DatabaseAccess: "DATABASE_ACCESS", OutboundServiceRequest: "OUTBOUND_SERVICE_REQUEST", Unknown: "UNKNOWN", }; exports.TargetDomainDnsVerificationDnsRecordType = { Txt: "TXT", }; exports.TargetDomainVerificationDetailsMethod = { DnsTxt: "DNS_TXT", HttpRoute: "HTTP_ROUTE", PrivateVpc: "PRIVATE_VPC", }; exports.TargetDomainVerificationMethod = { DnsTxt: "DNS_TXT", HttpRoute: "HTTP_ROUTE", PrivateVpc: "PRIVATE_VPC", }; exports.TargetDomainVerificationStatus = { Pending: "PENDING", Verified: "VERIFIED", Failed: "FAILED", Unreachable: "UNREACHABLE", }; //# sourceMappingURL=index.js.map