{
  "name": "aws-quickstart-aurora-postgres",
  "version": "0.0.3",
  "meta": {
    "moduleFormat": "(.*)"
  },
  "language": {
    "csharp": {
      "packageReferences": {
        "Pulumi": "3.*",
        "Pulumi.Aws": "4.*"
      },
      "namespaces": {
        "aws-quickstart-aurora-postgres": "AwsQuickStartAuroraPostgres"
      }
    },
    "go": {
      "generateResourceContainerTypes": true,
      "importBasePath": "github.com/pulumi/pulumi-aws-quickstart-aurora-postgres/sdk/go/aws"
    },
    "nodejs": {
      "dependencies": {
        "@pulumi/aws": "^4.5.1"
      },
      "devDependencies": {
        "typescript": "^3.7.0"
      }
    },
    "python": {
      "requires": {
        "pulumi": ">=3.0.0,<4.0.0",
        "pulumi-aws": ">=4.0.0,<5.0.0"
      }
    }
  },
  "config": {},
  "provider": {
    "type": "object"
  },
  "resources": {
    "aws-quickstart-aurora-postgres:index:Cluster": {
      "type": "object",
      "inputProperties": {
        "availabilityZoneNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "plain": true,
          "description": "List of Availability Zone names to use to create the DB Cluster.\n"
        },
        "dbAutoMinorVersionUpgrade": {
          "type": "boolean",
          "plain": true,
          "description": "Set this parameter to true if you want to enable your DB\ninstances to receive minor DB engine version upgrades\nautomatically when upgrades become available.\n"
        },
        "dbBackupRetentionPeriod": {
          "type": "integer",
          "plain": true,
          "description": "The number of days to retain automatic database snapshots.\nTo disable automatic backups, set this parameter to 0. Default is 35 days\n"
        },
        "dbEncryptedEnabled": {
          "type": "boolean",
          "plain": true,
          "description": "Set this parameter to false if you don’t want to encrypt the\ndatabase at rest. Defaults to `true`.\n"
        },
        "dbEngineVersion": {
          "type": "string",
          "plain": true,
          "description": "The version of the database engine.\n"
        },
        "dbInstanceClass": {
          "type": "string",
          "plain": true,
          "description": "The DB (compute and memory capacity) class for the database\ninstances.\n"
        },
        "dbMasterPassword": {
          "type": "string",
          "description": "The password for the database administrator account (8-64\ncharacter string)\n",
          "secret": true
        },
        "dbMasterUsername": {
          "type": "string",
          "plain": true,
          "description": "The user name for the database administrator account. This is\nan alphanumeric string of 1-16 characters. The user name\nmust start with an uppercase or lowercase letter (A-Z, a-z).\n"
        },
        "dbName": {
          "type": "string",
          "plain": true,
          "description": "The name of the Aurora DB to provision. This is an\nalphanumeric string of 5-64 characters.\n"
        },
        "dbNumDbClusterInstances": {
          "type": "integer",
          "plain": true,
          "description": "The number of db instances to launch as part of the cluster. Defaults to 1.\n"
        },
        "dbParameterGroupFamily": {
          "type": "string",
          "plain": true,
          "description": "The family of the DB parameter group (e.g. aurora-postgresql11).\n"
        },
        "dbPort": {
          "type": "number",
          "plain": true,
          "description": "The port that you want to access the database through. The DB\ninstance will listen on this port for connections. This value\nmust be in the range 1115-65535. Default is 5432\n"
        },
        "dbSecurityGroupID": {
          "type": "string",
          "description": "The ID of the custom security group you want to use in your\nexisting VPC (e.g., sg-7f16e910).\n"
        },
        "enableEventSubscription": {
          "type": "boolean",
          "plain": true,
          "description": "Set this parameter to `false` if you want to disable Amazon\nAurora Cluster and Instance level event subscriptions. You\nmight want to disable it if you are testing or running\ncontinuous integration (CI) processes.\n"
        },
        "privateSubnetID1": {
          "type": "string",
          "description": "The ID of the private subnet in Availability Zone 1 in your\nexisting VPC (e.g., subnet-a0246dcd).\n"
        },
        "privateSubnetID2": {
          "type": "string",
          "description": "The ID of the private subnet in Availability Zone 2 in your\nexisting VPC (e.g., subnet-b58c3d67).\n"
        },
        "snsNotificationEmail": {
          "type": "string",
          "plain": true,
          "description": "The email that is used to configure an SNS topic for sending\nCloudWatch alarms and Amazon RDS event notifications. This\nmust be a valid email address. Required if enableEventSubscription is true.\n"
        },
        "vpcID": {
          "type": "string",
          "description": "The ID of your existing VPC (e.g., vpc-0343606e) where you\nwant to deploy the Aurora database.\n"
        }
      },
      "requiredInputs": [
        "availabilityZoneNames",
        "dbEngineVersion",
        "dbInstanceClass",
        "dbMasterPassword",
        "dbMasterUsername",
        "dbName",
        "dbParameterGroupFamily",
        "privateSubnetID1",
        "privateSubnetID2",
        "vpcID"
      ],
      "isComponent": true
    }
  }
}
