diff --git a/aurora-postgres.cfndsl.rb b/aurora-postgres.cfndsl.rb index 913d3cf..74417e6 100644 --- a/aurora-postgres.cfndsl.rb +++ b/aurora-postgres.cfndsl.rb @@ -65,6 +65,7 @@ MasterUserPassword FnIf('UseUsernameAndPassword', FnJoin('', [ '{{resolve:ssm-secure:', FnSub(master_login['password_ssm_param']), ':1}}' ]), Ref('AWS::NoValue')) DBSubnetGroupName Ref(:DBClusterSubnetGroup) VpcSecurityGroupIds [ Ref(:SecurityGroup) ] + DatabaseName FnSub(database_name) if defined? database_name StorageEncrypted storage_encrypted if defined? storage_encrypted KmsKeyId Ref('KmsKeyId') if (defined? kms) && (kms) Port cluster_port