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)

196 lines • 8.05 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.SecurityControlParameterConfigurationValueType = exports.PolicyAssociationTargetType = exports.PolicyAssociationAssociationType = exports.PolicyAssociationAssociationStatus = exports.OrganizationConfigurationStatus = exports.OrganizationConfigurationConfigurationType = exports.OrganizationConfigurationAutoEnableStandards = exports.InsightStringFilterComparison = exports.InsightMapFilterComparison = exports.InsightDateRangeUnit = exports.FindingAggregatorRegionLinkingMode = exports.DelegatedAdminStatus = exports.ConnectorV2ConnectorStatus = exports.ConfigurationPolicyParameterConfigurationValueType = exports.AutomationRulesFindingFieldsUpdateVerificationState = exports.AutomationRulesActionType = exports.AutomationRuleWorkflowUpdateStatus = exports.AutomationRuleV2StringFilterComparison = exports.AutomationRuleV2RuleStatus = exports.AutomationRuleV2OcsfStringField = exports.AutomationRuleV2OcsfNumberFilterFieldName = exports.AutomationRuleV2OcsfMapFilterFieldName = exports.AutomationRuleV2OcsfDateFilterFieldName = exports.AutomationRuleV2OcsfBooleanFilterFieldName = exports.AutomationRuleV2MapFilterComparison = exports.AutomationRuleV2DateRangeUnit = exports.AutomationRuleV2AutomationRulesActionV2Type = exports.AutomationRuleV2AllowedOperators = exports.AutomationRuleStringFilterComparison = exports.AutomationRuleSeverityUpdateLabel = exports.AutomationRuleRuleStatus = exports.AutomationRuleMapFilterComparison = exports.AutomationRuleDateRangeUnit = exports.AggregatorV2RegionLinkingMode = void 0; exports.AggregatorV2RegionLinkingMode = { SpecifiedRegions: "SPECIFIED_REGIONS", }; exports.AutomationRuleDateRangeUnit = { Days: "DAYS", }; exports.AutomationRuleMapFilterComparison = { Equals: "EQUALS", NotEquals: "NOT_EQUALS", Contains: "CONTAINS", NotContains: "NOT_CONTAINS", }; exports.AutomationRuleRuleStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.AutomationRuleSeverityUpdateLabel = { Informational: "INFORMATIONAL", Low: "LOW", Medium: "MEDIUM", High: "HIGH", Critical: "CRITICAL", }; exports.AutomationRuleStringFilterComparison = { Equals: "EQUALS", Prefix: "PREFIX", NotEquals: "NOT_EQUALS", PrefixNotEquals: "PREFIX_NOT_EQUALS", Contains: "CONTAINS", NotContains: "NOT_CONTAINS", }; exports.AutomationRuleV2AllowedOperators = { And: "AND", Or: "OR", }; exports.AutomationRuleV2AutomationRulesActionV2Type = { FindingFieldsUpdate: "FINDING_FIELDS_UPDATE", ExternalIntegration: "EXTERNAL_INTEGRATION", }; exports.AutomationRuleV2DateRangeUnit = { Days: "DAYS", }; exports.AutomationRuleV2MapFilterComparison = { Equals: "EQUALS", NotEquals: "NOT_EQUALS", }; exports.AutomationRuleV2OcsfBooleanFilterFieldName = { ComplianceAssessmentsMeetsCriteria: "compliance.assessments.meets_criteria", VulnerabilitiesIsExploitAvailable: "vulnerabilities.is_exploit_available", VulnerabilitiesIsFixAvailable: "vulnerabilities.is_fix_available", }; exports.AutomationRuleV2OcsfDateFilterFieldName = { FindingInfoCreatedTimeDt: "finding_info.created_time_dt", FindingInfoFirstSeenTimeDt: "finding_info.first_seen_time_dt", FindingInfoLastSeenTimeDt: "finding_info.last_seen_time_dt", FindingInfoModifiedTimeDt: "finding_info.modified_time_dt", }; exports.AutomationRuleV2OcsfMapFilterFieldName = { ResourcesTags: "resources.tags", }; exports.AutomationRuleV2OcsfNumberFilterFieldName = { ActivityId: "activity_id", ComplianceStatusId: "compliance.status_id", ConfidenceScore: "confidence_score", FindingInfoRelatedEventsCount: "finding_info.related_events_count", VendorAttributesSeverityId: "vendor_attributes.severity_id", }; exports.AutomationRuleV2OcsfStringField = { ActivityName: "activity_name", CloudAccountName: "cloud.account.name", CloudAccountUid: "cloud.account.uid", CloudProvider: "cloud.provider", CloudRegion: "cloud.region", ComplianceAssessmentsCategory: "compliance.assessments.category", ComplianceAssessmentsName: "compliance.assessments.name", ComplianceControl: "compliance.control", ComplianceStatus: "compliance.status", ComplianceStandards: "compliance.standards", FindingInfoDesc: "finding_info.desc", FindingInfoSrcUrl: "finding_info.src_url", FindingInfoTitle: "finding_info.title", FindingInfoTypes: "finding_info.types", FindingInfoUid: "finding_info.uid", FindingInfoRelatedEventsUid: "finding_info.related_events.uid", FindingInfoRelatedEventsProductUid: "finding_info.related_events.product.uid", FindingInfoRelatedEventsTitle: "finding_info.related_events.title", MetadataProductFeatureUid: "metadata.product.feature.uid", MetadataProductName: "metadata.product.name", MetadataProductUid: "metadata.product.uid", MetadataProductVendorName: "metadata.product.vendor_name", RemediationDesc: "remediation.desc", RemediationReferences: "remediation.references", ResourcesCloudPartition: "resources.cloud_partition", ResourcesName: "resources.name", ResourcesRegion: "resources.region", ResourcesType: "resources.type", ResourcesUid: "resources.uid", VulnerabilitiesFixCoverage: "vulnerabilities.fix_coverage", ClassName: "class_name", VendorAttributesSeverity: "vendor_attributes.severity", }; exports.AutomationRuleV2RuleStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.AutomationRuleV2StringFilterComparison = { Equals: "EQUALS", Prefix: "PREFIX", NotEquals: "NOT_EQUALS", PrefixNotEquals: "PREFIX_NOT_EQUALS", Contains: "CONTAINS", }; exports.AutomationRuleWorkflowUpdateStatus = { New: "NEW", Notified: "NOTIFIED", Resolved: "RESOLVED", Suppressed: "SUPPRESSED", }; exports.AutomationRulesActionType = { FindingFieldsUpdate: "FINDING_FIELDS_UPDATE", }; exports.AutomationRulesFindingFieldsUpdateVerificationState = { Unknown: "UNKNOWN", TruePositive: "TRUE_POSITIVE", FalsePositive: "FALSE_POSITIVE", BenignPositive: "BENIGN_POSITIVE", }; exports.ConfigurationPolicyParameterConfigurationValueType = { Default: "DEFAULT", Custom: "CUSTOM", }; exports.ConnectorV2ConnectorStatus = { Connected: "CONNECTED", FailedToConnect: "FAILED_TO_CONNECT", PendingAuthorization: "PENDING_AUTHORIZATION", PendingConfiguration: "PENDING_CONFIGURATION", }; exports.DelegatedAdminStatus = { Enabled: "ENABLED", DisableInProgress: "DISABLE_IN_PROGRESS", }; exports.FindingAggregatorRegionLinkingMode = { AllRegions: "ALL_REGIONS", AllRegionsExceptSpecified: "ALL_REGIONS_EXCEPT_SPECIFIED", SpecifiedRegions: "SPECIFIED_REGIONS", }; exports.InsightDateRangeUnit = { Days: "DAYS", }; exports.InsightMapFilterComparison = { Equals: "EQUALS", NotEquals: "NOT_EQUALS", }; exports.InsightStringFilterComparison = { Equals: "EQUALS", Prefix: "PREFIX", NotEquals: "NOT_EQUALS", PrefixNotEquals: "PREFIX_NOT_EQUALS", }; exports.OrganizationConfigurationAutoEnableStandards = { Default: "DEFAULT", None: "NONE", }; exports.OrganizationConfigurationConfigurationType = { Central: "CENTRAL", Local: "LOCAL", }; exports.OrganizationConfigurationStatus = { Pending: "PENDING", Enabled: "ENABLED", Failed: "FAILED", }; exports.PolicyAssociationAssociationStatus = { Success: "SUCCESS", Pending: "PENDING", Failed: "FAILED", }; exports.PolicyAssociationAssociationType = { Applied: "APPLIED", Inherited: "INHERITED", }; exports.PolicyAssociationTargetType = { Account: "ACCOUNT", OrganizationalUnit: "ORGANIZATIONAL_UNIT", Root: "ROOT", }; exports.SecurityControlParameterConfigurationValueType = { Default: "DEFAULT", Custom: "CUSTOM", }; //# sourceMappingURL=index.js.map