You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.credentials">credentials</a></code> | <code>aws-cdk-lib.aws_rds.Credentials</code> | Credentials for the administrative user. |
3624
3635
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.storageEncrypted">storageEncrypted</a></code> | <code>boolean</code> | Indicates whether the DB instance is encrypted. |
3625
3636
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.storageEncryptionKey">storageEncryptionKey</a></code> | <code>aws-cdk-lib.aws_kms.IKeyRef</code> | The KMS key that's used to encrypt the DB instance. |
3637
+
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.addPatchManager">addPatchManager</a></code> | <code>boolean</code> | Add patching system using AWS SSM for pgbouncer instance maintenance `addPgbouncer` must be true for this to have an effect. |
3626
3638
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.addPgbouncer">addPgbouncer</a></code> | <code>boolean</code> | Add pgbouncer instance for managing traffic to the pgSTAC database. |
3627
3639
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.bootstrapperLambdaFunctionOptions">bootstrapperLambdaFunctionOptions</a></code> | <code>any</code> | Can be used to override the default lambda function properties. |
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.forceBootstrap">forceBootstrap</a></code> | <code>boolean</code> | Force redeployment of the database bootstrapper Lambda on every deploy. |
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.pgbouncerInstanceProps">pgbouncerInstanceProps</a></code> | <code>any</code> | Properties for the pgbouncer ec2 instance. |
3631
3644
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.pgstacDbName">pgstacDbName</a></code> | <code>string</code> | Name of database that is to be created and onto which pgSTAC will be installed. |
3632
3645
| <code><ahref="#eoapi-cdk.PgStacDatabaseProps.property.pgstacUsername">pgstacUsername</a></code> | <code>string</code> | Name of user that will be generated for connecting to the pgSTAC database. |
@@ -4454,6 +4467,19 @@ The KMS key that's used to encrypt the DB instance.
0 commit comments