@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)
119 lines • 3.84 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.PatchBaselineRuleComplianceLevel = exports.PatchBaselineRejectedPatchesAction = exports.PatchBaselinePatchFilterKey = exports.PatchBaselineOperatingSystem = exports.PatchBaselineApprovedPatchesComplianceLevel = exports.ParameterType = exports.ParameterTier = exports.ParameterDataType = exports.DocumentUpdateMethod = exports.DocumentType = exports.DocumentFormat = exports.DocumentAttachmentsSourceKey = exports.AssociationSyncCompliance = exports.AssociationComplianceSeverity = void 0;
exports.AssociationComplianceSeverity = {
Critical: "CRITICAL",
High: "HIGH",
Medium: "MEDIUM",
Low: "LOW",
Unspecified: "UNSPECIFIED",
};
exports.AssociationSyncCompliance = {
Auto: "AUTO",
Manual: "MANUAL",
};
exports.DocumentAttachmentsSourceKey = {
SourceUrl: "SourceUrl",
S3FileUrl: "S3FileUrl",
AttachmentReference: "AttachmentReference",
};
exports.DocumentFormat = {
Yaml: "YAML",
Json: "JSON",
Text: "TEXT",
};
exports.DocumentType = {
ApplicationConfiguration: "ApplicationConfiguration",
ApplicationConfigurationSchema: "ApplicationConfigurationSchema",
Automation: "Automation",
AutomationChangeTemplate: "Automation.ChangeTemplate",
AutoApprovalPolicy: "AutoApprovalPolicy",
ChangeCalendar: "ChangeCalendar",
CloudFormation: "CloudFormation",
Command: "Command",
DeploymentStrategy: "DeploymentStrategy",
ManualApprovalPolicy: "ManualApprovalPolicy",
Package: "Package",
Policy: "Policy",
ProblemAnalysis: "ProblemAnalysis",
ProblemAnalysisTemplate: "ProblemAnalysisTemplate",
Session: "Session",
};
exports.DocumentUpdateMethod = {
Replace: "Replace",
NewVersion: "NewVersion",
};
exports.ParameterDataType = {
Text: "text",
Awsec2image: "aws:ec2:image",
};
exports.ParameterTier = {
Standard: "Standard",
Advanced: "Advanced",
IntelligentTiering: "Intelligent-Tiering",
};
exports.ParameterType = {
String: "String",
StringList: "StringList",
};
exports.PatchBaselineApprovedPatchesComplianceLevel = {
Critical: "CRITICAL",
High: "HIGH",
Medium: "MEDIUM",
Low: "LOW",
Informational: "INFORMATIONAL",
Unspecified: "UNSPECIFIED",
};
exports.PatchBaselineOperatingSystem = {
Windows: "WINDOWS",
AmazonLinux: "AMAZON_LINUX",
AmazonLinux2: "AMAZON_LINUX_2",
AmazonLinux2022: "AMAZON_LINUX_2022",
AmazonLinux2023: "AMAZON_LINUX_2023",
Ubuntu: "UBUNTU",
RedhatEnterpriseLinux: "REDHAT_ENTERPRISE_LINUX",
Suse: "SUSE",
Centos: "CENTOS",
OracleLinux: "ORACLE_LINUX",
Debian: "DEBIAN",
Macos: "MACOS",
Raspbian: "RASPBIAN",
RockyLinux: "ROCKY_LINUX",
AlmaLinux: "ALMA_LINUX",
};
exports.PatchBaselinePatchFilterKey = {
AdvisoryId: "ADVISORY_ID",
Arch: "ARCH",
BugzillaId: "BUGZILLA_ID",
Classification: "CLASSIFICATION",
CveId: "CVE_ID",
Epoch: "EPOCH",
MsrcSeverity: "MSRC_SEVERITY",
Name: "NAME",
PatchId: "PATCH_ID",
PatchSet: "PATCH_SET",
Priority: "PRIORITY",
Product: "PRODUCT",
ProductFamily: "PRODUCT_FAMILY",
Release: "RELEASE",
Repository: "REPOSITORY",
Section: "SECTION",
Security: "SECURITY",
Severity: "SEVERITY",
Version: "VERSION",
};
exports.PatchBaselineRejectedPatchesAction = {
AllowAsDependency: "ALLOW_AS_DEPENDENCY",
Block: "BLOCK",
};
exports.PatchBaselineRuleComplianceLevel = {
Critical: "CRITICAL",
High: "HIGH",
Informational: "INFORMATIONAL",
Low: "LOW",
Medium: "MEDIUM",
Unspecified: "UNSPECIFIED",
};
//# sourceMappingURL=index.js.map